Browse Source

Remove checkcache

pull/5911/head
Ruud 9 years ago
parent
commit
8d39517747
  1. 1
      couchpotato/static/scripts/combined.base.min.js

1
couchpotato/static/scripts/combined.base.min.js

@ -187,7 +187,6 @@ var CouchPotato = new Class({
}
window.addEvent("resize", self.resize.bind(self));
self.resize();
self.checkCache();
},
checkCache: function() {
window.addEventListener("load", function() {

Loading…
Cancel
Save