From 478709641e55c9050f60c62e478c5d5279970efd Mon Sep 17 00:00:00 2001 From: Alib Date: Wed, 17 Mar 2010 14:57:37 +0100 Subject: added runningsession json --- js/istreamdev.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'js') diff --git a/js/istreamdev.js b/js/istreamdev.js index 2000c83..53963bc 100644 --- a/js/istreamdev.js +++ b/js/istreamdev.js @@ -175,7 +175,10 @@ function gen_channels(category) { $.each(data.channel,function(i,channel){ $("#chan_menu").append('
  • ' + channel.number + '' + channel.name + '' + channel.now_title + '
  • '); }); - json_complete('#channels','slide'); + $("#chan_menu li:last a img").load(function () { + + json_complete('#channels','cube'); + }); }) } -- cgit v1.2.3