Force to wanted after wizard

This commit is contained in:
Ruud
2013-03-15 16:38:26 +01:00
parent f0e7795b9b
commit 9402b54f9b

View File

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