Update to 0.0.3

Update to 0.0.3
This commit is contained in:
dmzx
2015-03-14 09:48:45 +01:00
parent 01f16a63fe
commit 2b4bcbf478
8 changed files with 222 additions and 222 deletions

View File

@@ -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();