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