Commit 4aee10e4 by Takatoshi Miura

ios-js連携修正

parent 3b1e438c
......@@ -1140,7 +1140,7 @@ CHAT_UI.loadMessages = function(roomId, roomName) {
if (typeof(android) != "undefined") {
android.updateMessages(roomId);
} else {
webkit.messageHandlers.updateMessages.postMessage({roomId});
webkit.messageHandlers.updateMessages.postMessage(roomId);
}
} else {
CHAT_UI.refreshForOffline();
......
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