Browse Source

Wizzard in domready

pull/51/merge
Ruud 14 years ago
parent
commit
42bc7d7579
  1. 6
      couchpotato/core/plugins/wizard/static/wizard.js

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

@ -61,7 +61,8 @@ WizardBase.Screen = new Class({
})
window.Wizard = new WizardBase([
window.addEvent('domready', function(){
window.Wizard = new WizardBase([
{
'title': 'Fill in your username and password',
'Description': 'Outside blabla',
@ -82,4 +83,5 @@ window.Wizard = new WizardBase([
return self.config_nzb || self.config_torrent
}
}
])
])
});

Loading…
Cancel
Save