From 1290a860a86254c95c052ec3a207c82cceaca81f Mon Sep 17 00:00:00 2001 From: Alib Date: Wed, 17 Mar 2010 15:52:56 +0100 Subject: update js --- index.html | 2 +- js/istreamdev.js | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/index.html b/index.html index e052a5b..d41ce9f 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,7 @@ diff --git a/js/istreamdev.js b/js/istreamdev.js index fb71129..71e8ca1 100644 --- a/js/istreamdev.js +++ b/js/istreamdev.js @@ -213,10 +213,7 @@ function gen_channels(category) { $.each(data.channel,function(i,channel){ $("#chan_menu").append('
  • ' + channel.number + '' + channel.name + '' + channel.now_title + '
  • '); }); - $("#chan_menu li:last a img").load(function () { - json_complete('#channels','cube'); - }); }) } -- cgit v1.2.3