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:
parent
8699cbd44c
commit
0b16da548b
@ -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.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// $Id$
|
||||
FW_version["fhemweb_sortable.js"] = "$Id$";
|
||||
|
||||
// Wrapper for the widget.
|
||||
FW_widgets['sortable'] = { createFn:FW_sortableCreate, };
|
||||
|
Loading…
Reference in New Issue
Block a user