From 5b0e84a8077c65755f1234966a9cec644847399a Mon Sep 17 00:00:00 2001 From: Alib Date: Tue, 23 Feb 2010 09:05:18 +0100 Subject: missing function in javascript for streaming --- includes/inc_edittimer.php | 3 +-- javascript/functions.js | 6 ++++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/includes/inc_edittimer.php b/includes/inc_edittimer.php index 04f1084..3df8f4a 100755 --- a/includes/inc_edittimer.php +++ b/includes/inc_edittimer.php @@ -27,7 +27,7 @@ print "
  • Channel
  • \r\n" print "
  • \r\n"; // Channel selection -print " \r\n"; vdrlistchannelsdrop($channame); @@ -72,7 +72,6 @@ print " {$emin}h{$esec}\r\n"; print "\r\n"; -print "\r\n"; print "\r\n"; print "\r\n"; print "\r\n"; 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 ) { -- cgit v1.2.3