summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-03-17 12:25:02 +0100
committerAlib <aliboba@free.fr>2010-03-17 12:25:02 +0100
commit65c01c73b688dcd30b5215f6316cbca1f05e38b8 (patch)
tree34b70dc22ae2aede5ca38e5d2fadabc6952357dd /js
parente581350f37c18e15ba9d535d29fe5bd5b2fd46c4 (diff)
downloadistreamdev-65c01c73b688dcd30b5215f6316cbca1f05e38b8.tar.gz
istreamdev-65c01c73b688dcd30b5215f6316cbca1f05e38b8.tar.bz2
playlist/
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 0a70ebd..2000c83 100644
--- a/js/istreamdev.js
+++ b/js/istreamdev.js
@@ -175,7 +175,7 @@ function gen_channels(category) {
$.each(data.channel,function(i,channel){
$("#chan_menu").append('<li class="channellist"><a class="chan_but" href="#"><img src="logos/' + channel.name + '.png"/><small class="counter">' + channel.number + '</small><span class="name">' + channel.name + '</span><span class="comment">' + channel.now_title + '</span></a></li>');
});
- json_complete('#channels','cube');
+ json_complete('#channels','slide');
})
}