Browse Source

Don't cache for now

pull/5593/head
Ruud 10 years ago
parent
commit
182c1baf62
  1. 2
      couchpotato/static/scripts/couchpotato.js
  2. 2
      couchpotato/templates/index.html

2
couchpotato/static/scripts/couchpotato.js

@ -46,7 +46,7 @@
window.addEvent('resize', self.resize.bind(self));
self.resize();
self.checkCache();
//self.checkCache();
},

2
couchpotato/templates/index.html

@ -1,6 +1,6 @@
{% autoescape None %}
<!doctype html>
<html class="{{ 'dark' if Env.setting('dark_theme') else '' }}" manifest="{{ Env.get('web_base') }}couchpotato.appcache?{{ 'dark' if Env.setting('dark_theme') else 'light' }}">
<html class="{{ 'dark' if Env.setting('dark_theme') else '' }}">
<head>
<title>CouchPotato</title>
<meta name="viewport" content="minimal-ui, width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>

Loading…
Cancel
Save