2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-21 20:06:18 +00:00

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:
justme-1968 2017-03-02 11:02:38 +00:00
parent cd5cf5db6a
commit 3f975c3925
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,