summaryrefslogtreecommitdiff
path: root/edit_timer.html
diff options
context:
space:
mode:
Diffstat (limited to 'edit_timer.html')
-rwxr-xr-xedit_timer.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/edit_timer.html b/edit_timer.html
index 9b971cc..b940b9f 100755
--- a/edit_timer.html
+++ b/edit_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>