diff --git a/fhem/www/pgm2/fhemweb.js b/fhem/www/pgm2/fhemweb.js index 57e4ddee3..a1c164b7f 100644 --- a/fhem/www/pgm2/fhemweb.js +++ b/fhem/www/pgm2/fhemweb.js @@ -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();