Commit 17b5062e by Takatoshi Miura

コードレビュー対応(tab統一)

parent 23102b19
......@@ -1366,7 +1366,7 @@ CHAT_UI.refreshArchiveDetailScreen = function(archiveId) {
break;
case 2: // 音声
$('#archive_player').prepend('<audio class="archive_audio_player" src=' + archive.archiveUrl + ' controls></audio>');
$('#archive_player').prepend('<img class="archive_player" src=' + "./images/capture.png" + ' </img>');
$('#archive_player').prepend('<img class="archive_player" src=' + "./images/capture.png" + '>');
break;
case 3: // 文書
// リリースに文書とその他は含めないため今回は非表示
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment