From 1dc5b4bac4f9010d3d497d050cc513d70879062b Mon Sep 17 00:00:00 2001 From: Ruud Date: Mon, 16 Apr 2012 00:28:52 +0200 Subject: [PATCH] Don't fire loading page twice --- couchpotato/static/scripts/couchpotato.js | 1 - 1 file changed, 1 deletion(-) diff --git a/couchpotato/static/scripts/couchpotato.js b/couchpotato/static/scripts/couchpotato.js index edafdf4c..949d35cd 100644 --- a/couchpotato/static/scripts/couchpotato.js +++ b/couchpotato/static/scripts/couchpotato.js @@ -190,7 +190,6 @@ var CouchPotato = new Class({ }, 'onSuccess': function(){ self.unBlockPage(); - self.fireEvent('load'); } });