diff --git a/fhem/CHANGED b/fhem/CHANGED index 6ded46ee3..b65dc55a1 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,11 +1,13 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - change: 02_RSS: replaced refresh method by javascript DOM gymnastics - change: 59_Weather: removed empty header row from WeatherAsHtmlV - feature: 02_HTTPSRV: support tabletui (Forum #37232) - bugfix: SOMFY: Only send stop if position changed improved timing for position update fix typos (go-my instead of go_my) - - feature: ios6touchpadstyle: style adjustments for the Dashboard module version 3.0 + - feature: ios6touchpadstyle: style adjustments for the Dashboard + module version 3.0 - bugfix: 10_IT: Correct command parsing (forum id 38467) - bugfix: Dashboard: corrected version number - feature: SYSSTAT: added mibs attribute for snmp monitoring diff --git a/fhem/FHEM/02_RSS.pm b/fhem/FHEM/02_RSS.pm index f7003b3d6..7200586e6 100644 --- a/fhem/FHEM/02_RSS.pm +++ b/fhem/FHEM/02_RSS.pm @@ -45,6 +45,7 @@ RSS_addExtension($$$) { $data{FWEXT}{$url}{FUNC} = $func; $data{FWEXT}{$url}{LINK} = "+$link"; $data{FWEXT}{$url}{NAME} = $friendlyname; + $data{FWEXT}{$url}{SCRIPT} = "RSS.js"; $data{FWEXT}{$url}{FORKABLE} = 0; } @@ -255,8 +256,8 @@ RSS_returnRSS($) { sub RSS_getScript() { - my $scripts= ""; my $jsTemplate = ''; + my $scripts= ""; if(defined($data{FWEXT})) { foreach my $k (sort keys %{$data{FWEXT}}) { my $h = $data{FWEXT}{$k}; @@ -275,17 +276,11 @@ RSS_HTMLHead($$) { my $doctype= ''; my $xmlns= 'xmlns="http://www.w3.org/1999/xhtml"'; - my $r= (defined($refresh) && $refresh > 0) ? "\n" : ""; - # css and js header output should be coded only in one place - my $css= ""; - #my $cssTemplate = "\n"; - #$css= sprintf($cssTemplate, "pgm2/style.css"); - #$css.= sprintf($cssTemplate, "pgm2/jquery-ui.min.css"); - #map { $css.= sprintf($cssTemplate, $_); } split(" ", AttrVal($FW_wname, "CssFiles", "")); my $scripts= RSS_getScript(); - my $code= "$doctype\n\n
\n