aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/common_scripts.html
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2019-01-29 11:06:45 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2019-01-29 11:26:51 +0000
commit833a66f7c0844d9bf7c355ba9d4c2fb6cb0a655b (patch)
tree32798d550fbe47b008addaf6fa1f239cd077c665 /templates/web/base/common_scripts.html
parent8ffb52bb9c981118b201eed722c4db7e0412dda5 (diff)
Reduce JavaScript on appcache page.
Diffstat (limited to 'templates/web/base/common_scripts.html')
-rw-r--r--templates/web/base/common_scripts.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/base/common_scripts.html b/templates/web/base/common_scripts.html
index 3d923f33f..ac66aad46 100644
--- a/templates/web/base/common_scripts.html
+++ b/templates/web/base/common_scripts.html
@@ -18,6 +18,7 @@ ELSIF bodyclass.match('alertpage');
scripts.push(
version('/js/geolocation.js'),
);
+ELSIF bodyclass.match('offlinepage');
ELSE;
scripts.push(
version('/js/validation_rules.js'),