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-07 12:01:05 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2018-02-07 12:01:05 +0100
commitb1011a61cb42b42c8a7573eae1c6c3eaaf9f1e60 (patch)
tree992c9285371a498c5348157fe493cddff497d446 /id/server/data/deploy/conf/moa-id/htmlTemplates/javascript_tempalte.js
parent9dc578fdb211b0a26ffce6be5614bfed50db6aa8 (diff)
downloadmoa-id-spss-b1011a61cb42b42c8a7573eae1c6c3eaaf9f1e60.tar.gz
moa-id-spss-b1011a61cb42b42c8a7573eae1c6c3eaaf9f1e60.tar.bz2
moa-id-spss-b1011a61cb42b42c8a7573eae1c6c3eaaf9f1e60.zip
update some more parts to support Content-Security-Policy Header in http
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.js5
1 files changed, 3 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 cc4714006..2076cbbc8 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
@@ -22,10 +22,11 @@ function isIE() {
return false;
return !isActivexEnabled() && isFullscreen();
}
- window.onload=function() {
+/* only required if BKU selection template uses the old local BKU selection form*/
+/* window.onload=function() {
document.getElementById("localBKU").style.display="block";
return;
- }
+ }*/
function bkuLocalClicked() {
setMandateSelection();
}