2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

fhwmweb.js: fix longpoll=0

git-svn-id: https://svn.fhem.de/fhem/trunk@12958 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2017-01-04 21:34:32 +00:00
parent 72c1475932
commit c338e3a541

View File

@ -54,7 +54,7 @@ FW_jqueryReadyFn()
{
FW_docReady = true;
FW_serverGenerated = $("body").attr("generated");
if($("body").attr("longpoll"))
if($("body").attr("longpoll") != "0")
setTimeout("FW_longpoll()", 100);
$("a").each(function() { FW_replaceLink(this); })