mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-16 21:40:23 +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)) {
|
if (languageChanged && parseInt(app.user.uid, 10) === parseInt(ajaxify.data.theirid, 10)) {
|
||||||
window.location.reload();
|
window.location.reload();
|
||||||
}
|
}
|
||||||
});
|
}).catch(alerts.error);
|
||||||
}
|
}
|
||||||
|
|
||||||
function toggleCustomRoute() {
|
function toggleCustomRoute() {
|
||||||
|
|||||||
Reference in New Issue
Block a user