aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-01-10 15:16:04 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-01-10 17:16:22 +0000
commit3fd19343c5e13e5a26740e181de03e702c642eee (patch)
tree375d34fe69e805831f1f4278573f20a42096d30f /templates
parente973904765e4efb242d09d3d41d7f9eb0a294424 (diff)
Allow staging sites to turn off appcache.
Diffstat (limited to 'templates')
-rw-r--r--templates/web/base/offline/manifest.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/web/base/offline/manifest.html b/templates/web/base/offline/manifest.html
index f5a9fddcc..93d26cb94 100644
--- a/templates/web/base/offline/manifest.html
+++ b/templates/web/base/offline/manifest.html
@@ -5,7 +5,6 @@ CACHE MANIFEST
CACHE:
[% version('/cobrands/' _ c.cobrand.asset_moniker _ '/base.css') %]
[% version('/cobrands/' _ c.cobrand.asset_moniker _ '/layout.css') %]
-
[% FOR script IN scripts ~%]
[%- script %]
[% END %]