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:
parent
d781e93ad0
commit
36219591de
@ -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);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user