diff --git a/fhem/contrib/InfoPanel/55_InfoPanel.pm b/fhem/contrib/InfoPanel/55_InfoPanel.pm index 240c491d6..e68fd1491 100644 --- a/fhem/contrib/InfoPanel/55_InfoPanel.pm +++ b/fhem/contrib/InfoPanel/55_InfoPanel.pm @@ -329,7 +329,7 @@ sub btIP_itemRect { $id = ($id eq '-') ? createUniqueId() : $id; my $width = $x2 - $x1; my $height = $y2 - $y1; - my $output = "\n" : ""; # css and js header output should be coded only in one place my $css= ""; - my $scripts= ""; #btIP_getScript(); + my $scripts= btIP_getScript(); my $code= "$doctype\n\n\n$title\n$r$css$scripts\n"; return $code; }