mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ecbcfabb64
commit
27ab1018de
@ -1963,7 +1963,7 @@ var UICollectionActions = actions.Actions({
|
||||
|
||||
NOTE: collections are added live and not on dialog close...
|
||||
`,
|
||||
widgets.makeUIDialog(function(action){
|
||||
widgets.makeUIDialog(function(action, new_message){
|
||||
var that = this
|
||||
var to_remove = []
|
||||
|
||||
@ -2069,6 +2069,12 @@ var UICollectionActions = actions.Actions({
|
||||
// collection list...
|
||||
make.EditableList(collections,
|
||||
{
|
||||
new_item: new_message ?
|
||||
new_message
|
||||
: action ?
|
||||
'$New..'
|
||||
: '$New from current state...',
|
||||
|
||||
unique: true,
|
||||
sortable: 'y',
|
||||
to_remove: to_remove,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user