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>2016-03-15 09:25:08 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2016-03-15 09:25:08 +0100
commit6d441ed66758a148ca04096d2c42cd8b12446215 (patch)
treef3b70a2c6b28fb15418167547bc966745003b21c /id/server/data/deploy/conf/moa-id/htmlTemplates/javascript_tempalte.js
parent428cfea80ba50ce3835d70c0329add9354a70e2e (diff)
downloadmoa-id-spss-6d441ed66758a148ca04096d2c42cd8b12446215.tar.gz
moa-id-spss-6d441ed66758a148ca04096d2c42cd8b12446215.tar.bz2
moa-id-spss-6d441ed66758a148ca04096d2c42cd8b12446215.zip
fix some template issues
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.js6
1 files changed, 3 insertions, 3 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 e4e05bace..eadb65b2b 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
@@ -43,7 +43,7 @@ function isIE() {
var iFrameURL = "$contextPath$submitEndpoint" + "?";
iFrameURL += "&pendingid=" + "$pendingReqID";
- iFrameURL += "bkuURI=" + "$bkuOnline";
+ iFrameURL += "&bkuURI=" + "$bkuOnline";
iFrameURL += "&useMandate=" + document.getElementById("useMandate").value;
generateIFrame(iFrameURL);
@@ -59,7 +59,7 @@ function isIE() {
var iFrameURL = "$contextPath$submitEndpoint" + "?";
iFrameURL += "&pendingid=" + "$pendingReqID";
- iFrameURL += "bkuURI=" + "$bkuHandy";
+ iFrameURL += "&bkuURI=" + "$bkuHandy";
iFrameURL += "&useMandate=" + document.getElementById("useMandate").value;
generateIFrame(iFrameURL);
@@ -81,7 +81,7 @@ function isIE() {
iFrameURL += "&pendingid=" + "$pendingReqID";
#if($bkuOnline)
- iFrameURL += "bkuURI=" + "$bkuOnline";
+ iFrameURL += "&bkuURI=" + "$bkuOnline";
#end
iFrameURL += "&useMandate=" + document.getElementById("useMandate").value;