From 9c90f138480f3ed52297ef5597fbb43bb6a2226f Mon Sep 17 00:00:00 2001 From: Alib Date: Thu, 18 Mar 2010 19:59:15 +0100 Subject: default logo if it doesn't exist --- js/istreamdev.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/istreamdev.js b/js/istreamdev.js index 9eaaaca..a2a91d1 100644 --- a/js/istreamdev.js +++ b/js/istreamdev.js @@ -244,7 +244,7 @@ function gen_channels(category) { function(data){ $.each(data.channel,function(i,channel){ if ( i <= 10 ) { - $("#chan_menu").append('
  • ' + channel.number + '' + channel.name + '' + channel.now_title + '
  • '); + $("#chan_menu").append('
  • ' + channel.number + '' + channel.name + '' + channel.now_title + '
  • '); } else { $("#chan_menu").append('
  • ' + channel.number + '' + channel.name + '' + channel.now_title + '
  • '); -- cgit v1.2.3