diff --git a/addon/www/index.html b/addon/www/index.html
index a21dfeb..a850147 100644
--- a/addon/www/index.html
+++ b/addon/www/index.html
@@ -22,11 +22,11 @@ along with this program. If not, see .
-
-
-
-
-
+
+
+
+
+
@@ -693,7 +693,7 @@ along with this program. If not, see .
}
function init() {
- $('body').dimmer('hide');
+ $('#content').dimmer('hide');
var form_config = {
on: 'blur',
fields: {
@@ -922,7 +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');
+ $('#content').dimmer('show');
sid = get_url_var('sid');
rest("GET", "/get_session", null,
function(data) {
@@ -977,166 +977,168 @@ along with this program. If not, see .
-