svg.js: longpollSVG fix (Forum #31859)

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@7692 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2015-01-24 14:20:27 +00:00
parent 9d007c35f1
commit 8874102f4b

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];