diff options
Diffstat (limited to 'id/server/data/deploy/conf/moa-id/htmlTemplates/bkudetection.js')
-rw-r--r-- | id/server/data/deploy/conf/moa-id/htmlTemplates/bkudetection.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/id/server/data/deploy/conf/moa-id/htmlTemplates/bkudetection.js b/id/server/data/deploy/conf/moa-id/htmlTemplates/bkudetection.js new file mode 100644 index 000000000..b991beb60 --- /dev/null +++ b/id/server/data/deploy/conf/moa-id/htmlTemplates/bkudetection.js @@ -0,0 +1,6 @@ +function autoCommmit() { + parent.setBKUAvailable(false); + document.forms[0].submit(); +} + +document.addEventListener('DOMContentLoaded', autoCommmit);
\ No newline at end of file |