f18:js: Make SVG positions room dependent (Forum #82351)

git-svn-id: https://svn.fhem.de/fhem/trunk@17207 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2018-08-25 19:14:34 +00:00
parent d6bb7a176b
commit 5197095c9d

View File

@@ -58,6 +58,9 @@ $(document).ready(function(){
if($(szc).length)
$(szc).before("<div class='SVGplot'></div>");
$(".SVGlabel[data-name]").each(function(){
$(this).attr("data-name", "Room_"+f18_room+"_"+$(this).attr("data-name"));
});
f18_menu();
f18_tables();
f18_svgSetCols();