Browse Source

Wizzard in domready

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

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

@ -61,6 +61,7 @@ WizardBase.Screen = new Class({
})
window.addEvent('domready', function(){
window.Wizard = new WizardBase([
{
'title': 'Fill in your username and password',
@ -83,3 +84,4 @@ window.Wizard = new WizardBase([
}
}
])
});

Loading…
Cancel
Save