diff --git a/www/pgm2/fhemweb.js b/www/pgm2/fhemweb.js index 5df4244b2..40d71437a 100644 --- a/www/pgm2/fhemweb.js +++ b/www/pgm2/fhemweb.js @@ -62,6 +62,8 @@ FW_replaceWidgets(parent) function FW_jqueryReadyFn() { + if(FW_docReady) // loading fhemweb.js twice is hard to debug + return; log(version); FW_docReady = true; FW_serverGenerated = $("body").attr("generated");