mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
fhemweb.js: longpollSVG
git-svn-id: https://svn.fhem.de/fhem/trunk@7797 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
8a3e107cda
commit
7fef6202e0
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user