From 630fcec7b7547f0226e3e372d8962d88cceb4fdc Mon Sep 17 00:00:00 2001 From: Alib Date: Tue, 23 Feb 2010 09:25:37 +0100 Subject: clean js --- javascript/functions.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'javascript') diff --git a/javascript/functions.js b/javascript/functions.js index d0920cb..d18b675 100755 --- a/javascript/functions.js +++ b/javascript/functions.js @@ -40,7 +40,7 @@ function updateOrientation() { window.scrollTo(0, 1); } - function sendForm(formid) { +function sendForm(formid) { var frm; frm = document.getElementById(formid); frm.submit(); @@ -50,7 +50,6 @@ function swapPic() { document.getElementById('videofeed').src = "ram/stream.m3u8"; } - function openSelectDate(timer_year,timer_month,timer_day) { var now = new Date(); if ( timer_year == null ) { @@ -127,4 +126,3 @@ function openSelectTime(layer,timer_hour,timer_minute) { SpinningWheel.open(); } - -- cgit v1.2.3