2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

fhemweb.js: fix the FLOORPLAN notification (Forum #128442)

git-svn-id: https://svn.fhem.de/fhem/trunk@26334 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2022-08-18 15:42:05 +00:00
parent 0b99d301e8
commit 83e2f22a2a

View File

@ -1269,8 +1269,8 @@ FW_longpoll()
// Build the notify filter for the backend
var filter = $("body").attr("longpollfilter");
if(filter == null)
filter = "";
filter = filter ? decodeURIComponent(filter) : "";
var retry;
if(filter == "") {
$("embed").each(function() { // wait for all embeds to be there