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, };