From f8cd8541653c2f514f12856a18db2af8b3594322 Mon Sep 17 00:00:00 2001 From: markusbloch <> Date: Thu, 9 Apr 2015 16:35:29 +0000 Subject: [PATCH] fhemweb_sortable.js: add MAINTAINER.txt entry, add $Id$ property git-svn-id: https://svn.fhem.de/fhem/trunk@8409 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/MAINTAINER.txt | 1 + fhem/www/pgm2/fhemweb_sortable.js | 2 ++ 2 files changed, 3 insertions(+) diff --git a/fhem/MAINTAINER.txt b/fhem/MAINTAINER.txt index 7d9468996..d52b4f288 100644 --- a/fhem/MAINTAINER.txt +++ b/fhem/MAINTAINER.txt @@ -338,6 +338,7 @@ www/gplot/* rudolfkoenig http://forum.fhem.de Frontends www/images/* ulimaass http://forum.fhem.de Frontends www/pgm2/dashboard/* svenson08 http://forum.fhem.de Frontends www/pgm2/fhemweb_readingsHistory.js justme1968 http://forum.fhem.de Frontends +www/pgm2/fhemweb_sortable.js markusbloch http://forum.fhem.de Frontends www/pgm2/fhemweb_uzsu.js justme1968 http://forum.fhem.de Frontends www/pgm2/* rudolfkoenig http://forum.fhem.de Frontends www/jscolor/* justme1968 http://forum.fhem.de Frontends diff --git a/fhem/www/pgm2/fhemweb_sortable.js b/fhem/www/pgm2/fhemweb_sortable.js index d7d371e9d..240a39325 100644 --- a/fhem/www/pgm2/fhemweb_sortable.js +++ b/fhem/www/pgm2/fhemweb_sortable.js @@ -1,3 +1,5 @@ +// $Id$ + // Wrapper for the widget. FW_widgets['sortable'] = { createFn:FW_sortableCreate, }; FW_widgets['sortable-strict'] = { createFn:FW_sortableCreate, };