From 182c1baf624aed76da23791a8f1712c3810126a4 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 4 Oct 2015 11:12:57 +0200 Subject: [PATCH] Don't cache for now --- couchpotato/static/scripts/couchpotato.js | 2 +- couchpotato/templates/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/couchpotato/static/scripts/couchpotato.js b/couchpotato/static/scripts/couchpotato.js index 5d63155..a68591d 100644 --- a/couchpotato/static/scripts/couchpotato.js +++ b/couchpotato/static/scripts/couchpotato.js @@ -46,7 +46,7 @@ window.addEvent('resize', self.resize.bind(self)); self.resize(); - self.checkCache(); + //self.checkCache(); }, diff --git a/couchpotato/templates/index.html b/couchpotato/templates/index.html index 8454f31..6e8c63d 100644 --- a/couchpotato/templates/index.html +++ b/couchpotato/templates/index.html @@ -1,6 +1,6 @@ {% autoescape None %} - + CouchPotato