summaryrefslogtreecommitdiff
path: root/new_timer.html
diff options
context:
space:
mode:
Diffstat (limited to 'new_timer.html')
-rwxr-xr-xnew_timer.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/new_timer.html b/new_timer.html
index 66d9b68..bbede52 100755
--- a/new_timer.html
+++ b/new_timer.html
@@ -30,6 +30,11 @@ function updateOrientation() {
window.scrollTo(0, 1);
}
+ function sendForm(formid) {
+ var frm;
+ frm = document.getElementById(formid);
+ frm.submit();
+}
</script>
</head>