diff --git a/public/script.js b/public/script.js index a7c27dd26..482218956 100644 --- a/public/script.js +++ b/public/script.js @@ -3991,6 +3991,7 @@ async function saveSettings(type) { } }, error: function (jqXHR, exception) { + toastr.error('Check the server connection and reload the page to prevent data loss.', 'Settings could not be saved'); console.log(exception); console.log(jqXHR); },