Update to 0.0.3
Update to 0.0.3
This commit is contained in:
@@ -426,8 +426,9 @@ var mChat={
|
||||
$jQ('#mChatRefresh').hide()
|
||||
}
|
||||
},
|
||||
success:function(stats){
|
||||
$jQ('#mChatStats').replaceWith(stats);
|
||||
success: function (data) {
|
||||
var json = $.parseJSON(data);
|
||||
$('#mChatStats').replaceWith(json.message);
|
||||
if(mChatCustomPage){
|
||||
setTimeout(function(){
|
||||
$jQ('#mChatRefreshN').hide();
|
||||
|
||||
Reference in New Issue
Block a user