mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-15 21:10:22 +01:00
fix: show errors when saving settings
This commit is contained in:
@@ -102,7 +102,7 @@ define('forum/account/settings', [
|
||||
if (languageChanged && parseInt(app.user.uid, 10) === parseInt(ajaxify.data.theirid, 10)) {
|
||||
window.location.reload();
|
||||
}
|
||||
});
|
||||
}).catch(alerts.error);
|
||||
}
|
||||
|
||||
function toggleCustomRoute() {
|
||||
|
||||
Reference in New Issue
Block a user