summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-03-26 15:52:11 +0100
committerAlib <aliboba@free.fr>2010-03-26 15:52:11 +0100
commit90642b56d1d890e851636b55f1f9fe680e1f2e1d (patch)
tree1988c682c4ab2e3daac814cf2a11f7a670bbf1a9 /js
parent826c01e43ac60729b0aa24cd5f9bcbb4c57d2340 (diff)
downloadistreamdev-90642b56d1d890e851636b55f1f9fe680e1f2e1d.tar.gz
istreamdev-90642b56d1d890e851636b55f1f9fe680e1f2e1d.tar.bz2
coreected desc
Diffstat (limited to 'js')
-rw-r--r--js/istreamdev.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/istreamdev.js b/js/istreamdev.js
index 72c407a..4785d12 100644
--- a/js/istreamdev.js
+++ b/js/istreamdev.js
@@ -1188,7 +1188,7 @@ function get_epgdetails(channum,startingtime,day) {
$('#epgdetails ul[class="thumb"] img[class="thumbnail"]').attr('src','logos/'+name+'.png');
$('#epgdetails ul[class="streaminfo"] li span[class="name_now"]').html(title);
$('#epgdetails ul[class="streaminfo"] li span[class="epgtime_now"]').html(date + ' ' + time);
- $('#epgdetails ul[class="streaminfo"] li span[class="epgdesc_now"]').html(desc);
+ $('#epgdetails ul[class="streaminfo"] li span[class="desc_now"]').html(desc);
$('#epgdetails div[rel="dataholder"] span[rel="number"]').html(channum);
$('#epgdetails div[rel="dataholder"] span[rel="channame"]').html(name);
$('#epgdetails div[rel="dataholder"] span[rel="date"]').html(date);