2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

sortable/fbcalllist: use FW_version[] for version in JS files (Forum: #48362)

git-svn-id: https://svn.fhem.de/fhem/trunk@13629 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch 2017-03-06 20:50:43 +00:00
parent 8699cbd44c
commit 0b16da548b
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// $Id$
FW_version["fhemweb_fbcalllist.js"] = "$Id$";
// WORKAROUND - should be removed if a more suitable solution is found
// remove all similar informid's in all parent elements to ensure further updates.

View File

@ -1,4 +1,4 @@
// $Id$
FW_version["fhemweb_sortable.js"] = "$Id$";
// Wrapper for the widget.
FW_widgets['sortable'] = { createFn:FW_sortableCreate, };