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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user