aboutsummaryrefslogtreecommitdiff
path: root/id/server/data/deploy/conf/moa-id/htmlTemplates/javascript_tempalte.js
diff options
context:
space:
mode:
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();
}