diff --git a/templates/web/account_wizard.tt2.html b/templates/web/account_wizard.tt2.html index 7add80508aaa18395d69c26111b1bc2844596aa8..7f566fe91165b9a177b5ad069dd99ae8c8a9bb6a 100644 --- a/templates/web/account_wizard.tt2.html +++ b/templates/web/account_wizard.tt2.html @@ -43,14 +43,9 @@ jQuery(document).ready(function($){ // Result gets included in the next tab if (currentIndex === 2 && newIndex === 3) { - form.steps("remove", 3); - form.steps("insert", 3, { - title: "Test Accounts", - contentMode: "async", - contentUrl: "[% conf.app_url %]?action=validate_token&style=nobanner&sp_entityid="+ - encodeURIComponent($('#sp_entityid').val())+"&authentication_token="+encodeURIComponent($('#authentication_token').val()) - }); - } + window.location="[% conf.app_url %]?action=validate_token&sp_entityid="+ + encodeURIComponent($('#sp_entityid').val())+"&authentication_token="+encodeURIComponent($('#authentication_token').val()); + } // Allways allow previous action even if the current form is not valid! if (currentIndex > newIndex)