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 34e8cd1cbf
commit c88b33b7e3

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