fhemweb.js: longpollSVG

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@7797 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2015-01-31 14:34:10 +00:00
parent ced7147ac3
commit a985a52184

View File

@@ -359,8 +359,7 @@ FW_doUpdate()
if(FW_widgets[w].updateLine) // updateLine is deprecated, use setValueFn
FW_widgets[w].updateLine(d);
if(d[0].indexOf("-") == -1) // Wont contain -
devs.push(d);
devs.push(d);
}
for(var w in FW_widgets)