diff --git a/data/y-web/Y_EPG.js b/data/y-web/Y_EPG.js
index affbadd27..3b1e92535 100644
--- a/data/y-web/Y_EPG.js
+++ b/data/y-web/Y_EPG.js
@@ -68,8 +68,6 @@ function show_epg_item(_index){
$("d_channel_id").update(epg_data[_index][6]);
var logo =epg_data[_index][7];
$('d_logo').update( (logo!="")?"":"" );
- //var imdb_link = 'IMDb';
- //$('d_lookup').update(imdb_link);
var off=$('epg_plus').cumulativeScrollOffset();
//alert(off.inspect());
@@ -270,7 +268,7 @@ function build_time_list(_delta){
/*init call*/
function epg_plus_init(_display_logos){
g_display_logos = _display_logos;
- window.onresize=epg_plus_calc_dimensions;
+ window.onresize = epg_plus_calc_dimensions();
build_time_list(0);
}
diff --git a/data/y-web/Y_EPG_Plus.yhtm b/data/y-web/Y_EPG_Plus.yhtm
index 48400f423..353033628 100644
--- a/data/y-web/Y_EPG_Plus.yhtm
+++ b/data/y-web/Y_EPG_Plus.yhtm
@@ -3,9 +3,6 @@
{=include-block:Y_Blocks.txt;js_prototype=}
-
-
{=include-block:Y_Blocks.txt;head_close=}