mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-07 08:02:50 +01:00
closes #1805
This commit is contained in:
@@ -30,7 +30,10 @@ define('forum/account/settings', ['forum/account/header'], function(header) {
|
||||
if (err) {
|
||||
return app.alertError(err.message);
|
||||
}
|
||||
|
||||
app.alertSuccess('[[success:settings-saved]]');
|
||||
app.loadConfig();
|
||||
ajaxify.refresh();
|
||||
});
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user