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

git-svn-id: https://svn.fhem.de/fhem/trunk@13578 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2017-03-02 11:02:38 +00:00
parent 85a36731e7
commit 2284e5396a
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
var version="$Id$";
// $Id$
//TODO: realtime picker
//

View File

@@ -1,5 +1,5 @@
var version="$Id$";
// $Id$
//$(document).ready(FW_readingsGroupReadyFn);
$(FW_readingsGroupReadyFn);

View File

@@ -1,5 +1,5 @@
var version="$Id$";
// $Id$
function
FW_readingsHistoryUpdateLine(d){

View File

@@ -1,5 +1,5 @@
var version="$Id$";
// $Id$
FW_widgets['uzsuToggle'] = {
createFn:FW_uzsuToggleCreate,