From 9402b54f9b0aaf594c2dd0670df6a6b4630386d2 Mon Sep 17 00:00:00 2001 From: Ruud Date: Fri, 15 Mar 2013 16:38:26 +0100 Subject: [PATCH] Force to wanted after wizard --- couchpotato/core/plugins/wizard/static/wizard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/plugins/wizard/static/wizard.js b/couchpotato/core/plugins/wizard/static/wizard.js index eb41cb59..12ae4771 100644 --- a/couchpotato/core/plugins/wizard/static/wizard.js +++ b/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'); } }); }