Removed trailing comma in jQuery selector when receiving an error from the server
This commit is contained in:
@@ -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");
|
||||
},
|
||||
|
||||
2
styles/prosilver/template/mchat.min.js
vendored
2
styles/prosilver/template/mchat.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user