fixed topics not appearing after a post in category view

This commit is contained in:
Baris Usakli
2013-09-25 12:30:07 -04:00
parent 585e5cd88f
commit c2aac916aa
2 changed files with 13 additions and 18 deletions

View File

@@ -34,10 +34,8 @@
$('#login-error-notify').hide();
//window.location.replace(RELATIVE_PATH + "/?loggedin");
history.go(-1);
//setTimeout(function(){
app.loadConfig();
//}, 500);
//socket.emit('api:updateHeader');
app.loadConfig();
}
},
error: function(data, textStatus, jqXHR) {