mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +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:
parent
80f550e91a
commit
2feea08888
@ -276,7 +276,8 @@ FW_svgUpdateDevs(devs)
|
|||||||
flog = flog.replace(/\\x3a/g, ".");
|
flog = flog.replace(/\\x3a/g, ".");
|
||||||
log("longpollSVG filter:"+flog);
|
log("longpollSVG filter:"+flog);
|
||||||
for(var j=0; j < devs.length; j++) {
|
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)) {
|
if(ev.match(flog)) {
|
||||||
log("longpollSVG: reload SVG");
|
log("longpollSVG: reload SVG");
|
||||||
var e = embArr[i];
|
var e = embArr[i];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user