mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +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:
parent
0b99d301e8
commit
83e2f22a2a
@ -1269,8 +1269,8 @@ FW_longpoll()
|
|||||||
|
|
||||||
// Build the notify filter for the backend
|
// Build the notify filter for the backend
|
||||||
var filter = $("body").attr("longpollfilter");
|
var filter = $("body").attr("longpollfilter");
|
||||||
if(filter == null)
|
filter = filter ? decodeURIComponent(filter) : "";
|
||||||
filter = "";
|
|
||||||
var retry;
|
var retry;
|
||||||
if(filter == "") {
|
if(filter == "") {
|
||||||
$("embed").each(function() { // wait for all embeds to be there
|
$("embed").each(function() { // wait for all embeds to be there
|
||||||
|
Loading…
Reference in New Issue
Block a user