mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
b9ce00ab56
commit
cc5db0aecc
@ -1973,8 +1973,8 @@ var UICollectionActions = actions.Actions({
|
||||
function(path, make){
|
||||
var dialog = this
|
||||
.on('update', function(){
|
||||
that.collection
|
||||
&& dialog.filter(JSON.stringify(that.collection))
|
||||
dialog.filter(JSON.stringify((that.collection || MAIN_COLLECTION_TITLE)
|
||||
.replace(/\$/g, '')))
|
||||
.addClass('highlighted')
|
||||
})
|
||||
|
||||
@ -2155,8 +2155,8 @@ var UICollectionActions = actions.Actions({
|
||||
function(path, make){
|
||||
var dialog = this
|
||||
.on('update', function(){
|
||||
that.collection
|
||||
&& dialog.filter(JSON.stringify(that.collection))
|
||||
dialog.filter(JSON.stringify((that.collection || MAIN_COLLECTION_TITLE)
|
||||
.replace(/\$/g, '')))
|
||||
.addClass('highlighted')
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user