Browse Source

Force to wanted after wizard

pull/1539/head
Ruud 12 years ago
parent
commit
9402b54f9b
  1. 2
      couchpotato/core/plugins/wizard/static/wizard.js

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

@ -82,7 +82,7 @@ Page.Wizard = new Class({
'target': self.el
},
'onComplete': function(){
window.location = App.createUrl();
window.location = App.createUrl('wanted');
}
});
}

Loading…
Cancel
Save