2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-13 23:36:37 +00:00

fhemweb.js: remove the version variable, $Id:$ is now in the comment (Forum #48362)

git-svn-id: https://svn.fhem.de/fhem/trunk@13575 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2017-03-02 09:41:56 +00:00
parent 9b4b00fb5c
commit 2005b99496

View File

@ -1,6 +1,6 @@
"use strict";
var FW_version="$Id$";
// "$Id$";
var FW_serverGenerated;
var FW_serverFirstMsg = (new Date()).getTime()/1000;
@ -64,7 +64,6 @@ FW_jqueryReadyFn()
{
if(FW_docReady) // loading fhemweb.js twice is hard to debug
return;
log(FW_version);
FW_docReady = true;
FW_serverGenerated = $("body").attr("generated");
FW_longpollType = $("body").attr("longpoll");