aboutsummaryrefslogtreecommitdiff
path: root/basicConfig/webcontent/autocommit.js
diff options
context:
space:
mode:
authorThomas <>2022-06-03 16:02:01 +0200
committerThomas <>2022-06-03 16:02:01 +0200
commit9d1d6626032aa59eb169e310ed239b94c0bc5447 (patch)
tree4ecbdce1b177ae5380b0470555d4fb90297e26ff /basicConfig/webcontent/autocommit.js
parent7f0a925a72dc9841280e66fcba1515af62b9efdf (diff)
downloadNational_eIDAS_Gateway-9d1d6626032aa59eb169e310ed239b94c0bc5447.tar.gz
National_eIDAS_Gateway-9d1d6626032aa59eb169e310ed239b94c0bc5447.tar.bz2
National_eIDAS_Gateway-9d1d6626032aa59eb169e310ed239b94c0bc5447.zip
chore(config): split default configuration into MS-Connector and MS-Proxy-Servie
Diffstat (limited to 'basicConfig/webcontent/autocommit.js')
-rw-r--r--basicConfig/webcontent/autocommit.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/basicConfig/webcontent/autocommit.js b/basicConfig/webcontent/autocommit.js
deleted file mode 100644
index d21a5651..00000000
--- a/basicConfig/webcontent/autocommit.js
+++ /dev/null
@@ -1,5 +0,0 @@
-function autoCommmit() {
- document.forms[0].submit();
-}
-
-document.addEventListener('DOMContentLoaded', autoCommmit); \ No newline at end of file