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=} {=var-set:wait_text={=L:epg.get_epg=}=}{=include-block:Y_Blocks.txt;snip_wait=} @@ -47,14 +44,6 @@
-
@@ -66,7 +55,7 @@ - diff --git a/data/y-web/Y_Version.txt b/data/y-web/Y_Version.txt index 79ef601f9..fe5a72f47 100644 --- a/data/y-web/Y_Version.txt +++ b/data/y-web/Y_Version.txt @@ -1,3 +1,3 @@ -version=3.0.39 +version=3.0.40 date=20.02.2023 info=NI-Neutrino-Webinterface