summaryrefslogtreecommitdiff
path: root/javascript/functions.js
diff options
context:
space:
mode:
authorTheTroll <trolldev@gmail.com>2010-02-27 02:12:43 +0100
committerTheTroll <trolldev@gmail.com>2010-02-27 02:12:43 +0100
commit32b78254c76ebd9a07ad19edf25f1f0846a33bb8 (patch)
treed517c7bef969a6498d40fb64106c41363cfc36f7 /javascript/functions.js
parent0c9414a9fecf2278d468acb1cf184e776b5a15c7 (diff)
downloadistreamdev-32b78254c76ebd9a07ad19edf25f1f0846a33bb8.tar.gz
istreamdev-32b78254c76ebd9a07ad19edf25f1f0846a33bb8.tar.bz2
Sessions WIP
Diffstat (limited to 'javascript/functions.js')
-rwxr-xr-xjavascript/functions.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/javascript/functions.js b/javascript/functions.js
index c54f44e..b713232 100755
--- a/javascript/functions.js
+++ b/javascript/functions.js
@@ -46,8 +46,8 @@ function sendForm(formid) {
frm.submit();
}
-function swapPic() {
- document.getElementById('videofeed').src = "ram/stream.m3u8";
+function swapPic(session) {
+ document.getElementById('videofeed').src = "ram/" +session +"/stream.m3u8";
}
function openSelectDate(timer_year,timer_month,timer_day) {