2
0
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:
rudolfkoenig 2014-01-03 08:11:04 +00:00
parent 87c247338a
commit 8ab5dfb3b1

View File

@ -97,6 +97,8 @@ FW_longpoll()
room=sa[i]; room=sa[i];
} }
} }
if(room == "" && document.getElementById("floorplan")) // floorplan special
room="room=all";
// Needed when using multiple FF windows // Needed when using multiple FF windows
var timestamp = "&timestamp="+new Date().getTime(); var timestamp = "&timestamp="+new Date().getTime();