diff options
author | Alib <aliboba@free.fr> | 2010-02-20 14:01:05 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-02-20 14:01:05 +0100 |
commit | 3e0c075573b88b02c1d3c1a69251f41b31385ef8 (patch) | |
tree | 74364dd18041576629ae5a4d808bc1b30654fb20 /edit_timer.html | |
parent | 4bf2e06be777ad7e8dbaf3a3b887c576f39ca2bf (diff) | |
download | istreamdev-3e0c075573b88b02c1d3c1a69251f41b31385ef8.tar.gz istreamdev-3e0c075573b88b02c1d3c1a69251f41b31385ef8.tar.bz2 |
updated timers template
Diffstat (limited to 'edit_timer.html')
-rwxr-xr-x | edit_timer.html | 5 |
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>
|