aboutsummaryrefslogtreecommitdiff
path: root/connector/src/main/webapp
diff options
context:
space:
mode:
Diffstat (limited to 'connector/src/main/webapp')
-rw-r--r--connector/src/main/webapp/autocommit.js5
-rw-r--r--connector/src/main/webapp/basic.css4
2 files changed, 9 insertions, 0 deletions
diff --git a/connector/src/main/webapp/autocommit.js b/connector/src/main/webapp/autocommit.js
new file mode 100644
index 00000000..d21a5651
--- /dev/null
+++ b/connector/src/main/webapp/autocommit.js
@@ -0,0 +1,5 @@
+function autoCommmit() {
+ document.forms[0].submit();
+}
+
+document.addEventListener('DOMContentLoaded', autoCommmit); \ No newline at end of file
diff --git a/connector/src/main/webapp/basic.css b/connector/src/main/webapp/basic.css
new file mode 100644
index 00000000..4bec163a
--- /dev/null
+++ b/connector/src/main/webapp/basic.css
@@ -0,0 +1,4 @@
+@charset "utf-8";
+ .bgTrans {
+ background-color:transparent
+ } \ No newline at end of file