2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

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
This commit is contained in:
rudolfkoenig 2019-12-30 09:14:54 +00:00
parent d781e93ad0
commit 36219591de

View File

@ -442,7 +442,6 @@ $(document).ready(function(){
svg_load("svg_pastedata", function(val) {svg_pastedata = val} );
});
$("svg[id]").each(function(){ // <svg> (direct)
$(this).parent().css( "position", "relative" );
if($(this).attr("id").indexOf("SVGPLOT") == 0)
svg_init_one(undefined, this);
});