From 81a7c66fc0fb0c88ca18407ad7d44f9c5af6413e Mon Sep 17 00:00:00 2001 From: Ruud Date: Sat, 28 May 2011 23:43:40 +0200 Subject: [PATCH] Disable wizard, for now --- couchpotato/core/plugins/wizard/static/wizard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/plugins/wizard/static/wizard.js b/couchpotato/core/plugins/wizard/static/wizard.js index 02b65df..c47e6bd 100644 --- a/couchpotato/core/plugins/wizard/static/wizard.js +++ b/couchpotato/core/plugins/wizard/static/wizard.js @@ -10,7 +10,7 @@ var WizardBase = new Class({ 'fillColor': [0,0,0], 'soften': 0 }); - window.addEvent('resize', self.spotlight.create.bind(self.spotlight)) + //window.addEvent('resize', self.spotlight.create.bind(self.spotlight)) },