2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-16 10:46:03 +00:00

*.js: small changes on $Id$ formatting

git-svn-id: https://svn.fhem.de/fhem/trunk@13576 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2017-03-02 09:43:52 +00:00
parent 2005b99496
commit 5a8ce79bd1
5 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
"use strict"; "use strict";
// "$Id$"; // $Id$
var consConn; var consConn;

View File

@ -1,5 +1,5 @@
"use strict"; "use strict";
// "$Id$"; // $Id$
var fd_loadedHash={}, fd_loadedList=[], fd_all={}, fd_allCnt, fd_progress=0, var fd_loadedHash={}, fd_loadedList=[], fd_all={}, fd_allCnt, fd_progress=0,
fd_lang, fd_offsets=[], fd_scrolled=0, fd_modLinks={}, csrfToken="X"; fd_lang, fd_offsets=[], fd_scrolled=0, fd_modLinks={}, csrfToken="X";

View File

@ -1,6 +1,6 @@
"use strict"; "use strict";
// "$Id$"; // $Id$
var FW_serverGenerated; var FW_serverGenerated;
var FW_serverFirstMsg = (new Date()).getTime()/1000; var FW_serverFirstMsg = (new Date()).getTime()/1000;

View File

@ -1,5 +1,5 @@
"use strict"; "use strict";
// "$Id$"; // $Id$"
if(!svgNS) { if(!svgNS) {
var svgNS = "http://www.w3.org/2000/svg"; var svgNS = "http://www.w3.org/2000/svg";

View File

@ -1,5 +1,5 @@
"use strict"; "use strict";
// "$Id$"; // $Id$
var zw_visible; var zw_visible;
var svgns = 'xmlns="http://www.w3.org/2000/svg"'; var svgns = 'xmlns="http://www.w3.org/2000/svg"';