mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-13 05:06:35 +00:00
fhemweb.js: FLOORPLAN longpoll special
git-svn-id: https://svn.fhem.de/fhem/trunk@4536 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
87c247338a
commit
8ab5dfb3b1
@ -97,6 +97,8 @@ FW_longpoll()
|
||||
room=sa[i];
|
||||
}
|
||||
}
|
||||
if(room == "" && document.getElementById("floorplan")) // floorplan special
|
||||
room="room=all";
|
||||
|
||||
// Needed when using multiple FF windows
|
||||
var timestamp = "×tamp="+new Date().getTime();
|
||||
|
Loading…
x
Reference in New Issue
Block a user