diff --git a/couchpotato/core/plugins/wizard/static/wizard.js b/couchpotato/core/plugins/wizard/static/wizard.js index 02b65dfc..c47e6bd5 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)) },