From 65c01c73b688dcd30b5215f6316cbca1f05e38b8 Mon Sep 17 00:00:00 2001 From: Alib Date: Wed, 17 Mar 2010 12:25:02 +0100 Subject: playlist/ --- js/istreamdev.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/istreamdev.js') 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('
  • ' + channel.number + '' + channel.name + '' + channel.now_title + '
  • '); }); - json_complete('#channels','cube'); + json_complete('#channels','slide'); }) } -- cgit v1.2.3