summaryrefslogtreecommitdiff
path: root/javascript/functions.js
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-02-23 09:25:37 +0100
committerAlib <aliboba@free.fr>2010-02-23 09:25:37 +0100
commit630fcec7b7547f0226e3e372d8962d88cceb4fdc (patch)
tree13cf8092b537db75be956d34562e01110d9cfd29 /javascript/functions.js
parent5b0e84a8077c65755f1234966a9cec644847399a (diff)
downloadistreamdev-630fcec7b7547f0226e3e372d8962d88cceb4fdc.tar.gz
istreamdev-630fcec7b7547f0226e3e372d8962d88cceb4fdc.tar.bz2
clean js
Diffstat (limited to 'javascript/functions.js')
-rwxr-xr-xjavascript/functions.js4
1 files changed, 1 insertions, 3 deletions
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();
}
-