Merge pull request #34 from kasimi/fix-jquery-selector

Fix jquery selector
This commit is contained in:
dmzx
2015-12-15 23:03:14 +01:00
2 changed files with 5 additions and 5 deletions

View File

@@ -375,7 +375,7 @@ jQuery(function($) {
}, 500);
},
error: function() {
$("#mChatLoadIMG, #mChatOkIMG, #mChatPauseIMG, #mChatRefreshTextNo, #mChatPauseIMG,").hide();
$("#mChatLoadIMG,#mChatOkIMG,#mChatPauseIMG,#mChatRefreshTextNo").hide();
$("#mChatErrorIMG").show();
mChat.sound(mChat.forumRoot + "ext/dmzx/mchat/sounds/error.swf");
},

File diff suppressed because one or more lines are too long