fix: show errors when saving settings

This commit is contained in:
Barış Soner Uşaklı
2025-12-11 21:25:42 -05:00
parent b19281b061
commit f49f540bfa

View File

@@ -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() {