aboutsummaryrefslogtreecommitdiff
path: root/id/server/data/deploy/conf/moa-id/htmlTemplates/javascript_tempalte.js
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2018-02-13 16:15:30 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2018-02-13 16:15:30 +0100
commitd39bd5ec06a0f83e632096d15cde8f700f78ea0d (patch)
tree269108832b28ef469ebdfc5c856eedef5e18228c /id/server/data/deploy/conf/moa-id/htmlTemplates/javascript_tempalte.js
parent174edb40f01476bb06b31690332c300cf4e55971 (diff)
downloadmoa-id-spss-d39bd5ec06a0f83e632096d15cde8f700f78ea0d.tar.gz
moa-id-spss-d39bd5ec06a0f83e632096d15cde8f700f78ea0d.tar.bz2
moa-id-spss-d39bd5ec06a0f83e632096d15cde8f700f78ea0d.zip
fix typo in html templates
Diffstat (limited to 'id/server/data/deploy/conf/moa-id/htmlTemplates/javascript_tempalte.js')
-rw-r--r--id/server/data/deploy/conf/moa-id/htmlTemplates/javascript_tempalte.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/id/server/data/deploy/conf/moa-id/htmlTemplates/javascript_tempalte.js b/id/server/data/deploy/conf/moa-id/htmlTemplates/javascript_tempalte.js
index 2076cbbc8..313f14b4a 100644
--- a/id/server/data/deploy/conf/moa-id/htmlTemplates/javascript_tempalte.js
+++ b/id/server/data/deploy/conf/moa-id/htmlTemplates/javascript_tempalte.js
@@ -84,9 +84,9 @@ function isIE() {
/* setSSOSelection(); */
var ccc = "AT";
- var countrySelection = document.getElementById("cccSelection");
+ var countrySelection = document.getElementById("eIDASSelection");
if (countrySelection != null) {
- ccc = document.getElementById("cccSelection").value;
+ ccc = document.getElementById("eIDASSelection").value;
}
var iFrameURL = "$contextPath$submitEndpoint" + "?";
iFrameURL += "&pendingid=" + "$pendingReqID";