fhemweb.js: FLOORPLAN longpoll special

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@4536 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-01-03 08:11:04 +00:00
parent 7a14b3fc81
commit 4b43a2d7fc

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();