diff options
Diffstat (limited to 'javascript')
-rwxr-xr-x | javascript/functions.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/javascript/functions.js b/javascript/functions.js index fc9e082..d0920cb 100755 --- a/javascript/functions.js +++ b/javascript/functions.js @@ -45,6 +45,12 @@ function updateOrientation() { frm = document.getElementById(formid);
frm.submit();
}
+
+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 ) {
|