Commit 908b589e by Kim Peace

Fixed indent

parent df133961
......@@ -8,7 +8,7 @@ $('.home_btn').on('click', function() {
if (CHAT_UTIL.isAndroid()) {
android.goHome();
} else if (CHAT_UTIL.isIOS()) {
webkit.messageHandlers.goHome.postMessage({});
webkit.messageHandlers.goHome.postMessage({});
}
});
$(function() {
......
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