Browse Source

Disable wizard, for now

pull/1/merge
Ruud 14 years ago
parent
commit
81a7c66fc0
  1. 2
      couchpotato/core/plugins/wizard/static/wizard.js

2
couchpotato/core/plugins/wizard/static/wizard.js

@ -10,7 +10,7 @@ var WizardBase = new Class({
'fillColor': [0,0,0], 'fillColor': [0,0,0],
'soften': 0 'soften': 0
}); });
window.addEvent('resize', self.spotlight.create.bind(self.spotlight)) //window.addEvent('resize', self.spotlight.create.bind(self.spotlight))
}, },

Loading…
Cancel
Save