diff options
Diffstat (limited to 'javascript/functions.js')
-rwxr-xr-x | javascript/functions.js | 4 |
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();
}
-
|