diff options
author | Thomas <> | 2022-06-03 16:02:01 +0200 |
---|---|---|
committer | Thomas <> | 2022-06-03 16:02:01 +0200 |
commit | 9d1d6626032aa59eb169e310ed239b94c0bc5447 (patch) | |
tree | 4ecbdce1b177ae5380b0470555d4fb90297e26ff /basicConfig/ms-proxyservice/webcontent/autocommit.js | |
parent | 7f0a925a72dc9841280e66fcba1515af62b9efdf (diff) | |
download | National_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/ms-proxyservice/webcontent/autocommit.js')
-rw-r--r-- | basicConfig/ms-proxyservice/webcontent/autocommit.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/basicConfig/ms-proxyservice/webcontent/autocommit.js b/basicConfig/ms-proxyservice/webcontent/autocommit.js new file mode 100644 index 00000000..d21a5651 --- /dev/null +++ b/basicConfig/ms-proxyservice/webcontent/autocommit.js @@ -0,0 +1,5 @@ +function autoCommmit() { + document.forms[0].submit(); +} + +document.addEventListener('DOMContentLoaded', autoCommmit);
\ No newline at end of file |