Commit 73cc17c9 by Lee Munkyeong

インデント修正

parent 56f1d9e2
......@@ -1561,7 +1561,7 @@ CHAT_UI.refreshArchiveScreen = function() {
CHAT_UI.dismissLoadingIndicator();
return;
}
archiveList.forEach(function(archive) {
carchiveList.forEach(function(archive) {
var typeImage = "";
switch(archive.archiveType) {
case 0: // 画像
......
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