From 36219591de13cae625ff47c9f9419e99f37b8c4c Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Mon, 30 Dec 2019 09:14:54 +0000 Subject: [PATCH] www/pgm2/svg.js: revert change/fix SVG positioning in f18 (Forum #106832) git-svn-id: https://svn.fhem.de/fhem/trunk@20851 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/www/pgm2/svg.js | 1 - 1 file changed, 1 deletion(-) 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); });