From 446ef06f3f40b0d3086e3ac5749be9673b28a029 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 27 Aug 2018 22:09:23 +0200 Subject: [PATCH] Show dimmer on body until successful authorization --- addon/www/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addon/www/index.html b/addon/www/index.html index 7c4617a..a21dfeb 100644 --- a/addon/www/index.html +++ b/addon/www/index.html @@ -693,6 +693,7 @@ along with this program. If not, see . } function init() { + $('body').dimmer('hide'); var form_config = { on: 'blur', fields: { @@ -921,6 +922,7 @@ along with this program. If not, see . $('#install-addon-file-button').contents().last()[0].textContent = i18next.t('choose_addon_file'); }); + $('body').dimmer('show'); sid = get_url_var('sid'); rest("GET", "/get_session", null, function(data) {