Don't fire loading page twice

This commit is contained in:
Ruud
2012-04-16 00:28:52 +02:00
parent 163ed5bc75
commit 1dc5b4bac4
@@ -190,7 +190,6 @@ var CouchPotato = new Class({
},
'onSuccess': function(){
self.unBlockPage();
self.fireEvent('load');
}
});