mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-18 03:31:03 +01:00
fixed topics not appearing after a post in category view
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user