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

Fixed wrong JQuery selector to select email address.

Reported by Thomas Baerecke


git-svn-id: https://svn.geant.net/GEANT/edugain_testidp_account_manager/trunk@29 047e039d-479c-447e-8a29-aa6bf4a09bab
parent 3fa2c36e
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ jQuery(document).ready(function($){
title: "Validate challenge",
contentMode: "async",
contentUrl: "https://dev-edugain.renater.fr/accountmanager?action=generate_token&style=nobanner&sp_entityid="+
encodeURIComponent($('#sp_entityid').val())+"&email_address="+encodeURIComponent($('#email_address').val())
encodeURIComponent($('#sp_entityid').val())+"&email_address="+encodeURIComponent($("input:checked[name='email_address']").val())
});
}
......
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