From 3e0c075573b88b02c1d3c1a69251f41b31385ef8 Mon Sep 17 00:00:00 2001 From: Alib Date: Sat, 20 Feb 2010 14:01:05 +0100 Subject: updated timers template --- new_timer.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'new_timer.html') 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(); +} -- cgit v1.2.3