diff --git a/.eslintrc.json b/.eslintrc.json index 25418f3..2837a8e 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -14,7 +14,8 @@ "createInteractionModule": "readonly", "SCRIPT_USER_EMAIL": "readonly", "IS_ADMIN": "readonly", - "escapeHtml": "readonly" + "escapeHtml": "readonly", + "App": "writable" }, "rules": { "no-unused-vars": "warn", diff --git a/Index.html b/Index.html index c391182..f70241a 100644 --- a/Index.html +++ b/Index.html @@ -473,5 +473,7 @@