diff --git a/fhem/www/pgm2/svg.js b/fhem/www/pgm2/svg.js index 7f31e8156..ae8474ed6 100644 --- a/fhem/www/pgm2/svg.js +++ b/fhem/www/pgm2/svg.js @@ -442,7 +442,6 @@ $(document).ready(function(){ svg_load("svg_pastedata", function(val) {svg_pastedata = val} ); }); $("svg[id]").each(function(){ // (direct) - $(this).parent().css( "position", "relative" ); if($(this).attr("id").indexOf("SVGPLOT") == 0) svg_init_one(undefined, this); });