2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 04:36:36 +00:00

svg.js: longpollSVG fix (Forum #31859)

git-svn-id: https://svn.fhem.de/fhem/trunk@7692 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2015-01-24 14:20:27 +00:00
parent 80f550e91a
commit 2feea08888

View File

@ -276,7 +276,8 @@ FW_svgUpdateDevs(devs)
flog = flog.replace(/\\x3a/g, ".");
log("longpollSVG filter:"+flog);
for(var j=0; j < devs.length; j++) {
var ev = devs[0]+":"+devs[1];
var d = devs[j];
var ev = d[0]+":"+d[1];
if(ev.match(flog)) {
log("longpollSVG: reload SVG");
var e = embArr[i];