2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

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 0e9e164234
commit be9076d4a6

View File

@ -58,6 +58,9 @@ $(document).ready(function(){
if($(szc).length) if($(szc).length)
$(szc).before("<div class='SVGplot'></div>"); $(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_menu();
f18_tables(); f18_tables();
f18_svgSetCols(); f18_svgSetCols();