diff --git a/public/templates/includes/head.tmpl b/public/templates/includes/head.tmpl index 23cfa83..7b01427 100644 --- a/public/templates/includes/head.tmpl +++ b/public/templates/includes/head.tmpl @@ -85,7 +85,6 @@ async function withLoadingScreen(func) { showLoadingScreen(); await func(); - await sleep(200); hideLoadingScreen(); } diff --git a/public/templates/views/settings.tmpl b/public/templates/views/settings.tmpl index 739253f..cac85a9 100644 --- a/public/templates/views/settings.tmpl +++ b/public/templates/views/settings.tmpl @@ -509,10 +509,10 @@