Commit 831f0d30 by Takatoshi Miura

インデント修正

parent 73ae6615
...@@ -1825,9 +1825,9 @@ CHAT_UI.refreshAllGroupForMakeRoom = function(paramGroupId) { ...@@ -1825,9 +1825,9 @@ CHAT_UI.refreshAllGroupForMakeRoom = function(paramGroupId) {
if (IS_ONLINE == 'true') { if (IS_ONLINE == 'true') {
if (typeof(android) != "undefined") { if (typeof(android) != "undefined") {
android.updateGroupInfo(groupId); android.updateGroupInfo(groupId);
} else { } else {
webkit.messageHandlers.updateGroupInfo.postMessage(groupId); webkit.messageHandlers.updateGroupInfo.postMessage(groupId);
} }
} }
//画面エリアを初期化。 //画面エリアを初期化。
......
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