mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
www/pgm2/svg.js: revert change/fix SVG positioning in f18 (Forum #106832)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@20851 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a66c22623a
commit
3d662e0782
@ -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…
x
Reference in New Issue
Block a user