Skip to content
Snippets Groups Projects
Commit 4404650e authored by renater.salaun's avatar renater.salaun
Browse files

Last page (vtest accounts informations) is not a tab

git-svn-id: https://svn.geant.net/GEANT/edugain_testidp_account_manager/trunk@81 047e039d-479c-447e-8a29-aa6bf4a09bab
parent 1fc2a521
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment