diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-01-10 15:16:04 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-01-10 17:16:22 +0000 |
commit | 3fd19343c5e13e5a26740e181de03e702c642eee (patch) | |
tree | 375d34fe69e805831f1f4278573f20a42096d30f /templates | |
parent | e973904765e4efb242d09d3d41d7f9eb0a294424 (diff) |
Allow staging sites to turn off appcache.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/base/offline/manifest.html | 1 |
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 %] |