mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-30 10:50: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){
|
function(path, make){
|
||||||
var dialog = this
|
var dialog = this
|
||||||
.on('update', function(){
|
.on('update', function(){
|
||||||
that.collection
|
dialog.filter(JSON.stringify((that.collection || MAIN_COLLECTION_TITLE)
|
||||||
&& dialog.filter(JSON.stringify(that.collection))
|
.replace(/\$/g, '')))
|
||||||
.addClass('highlighted')
|
.addClass('highlighted')
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -2155,8 +2155,8 @@ var UICollectionActions = actions.Actions({
|
|||||||
function(path, make){
|
function(path, make){
|
||||||
var dialog = this
|
var dialog = this
|
||||||
.on('update', function(){
|
.on('update', function(){
|
||||||
that.collection
|
dialog.filter(JSON.stringify((that.collection || MAIN_COLLECTION_TITLE)
|
||||||
&& dialog.filter(JSON.stringify(that.collection))
|
.replace(/\$/g, '')))
|
||||||
.addClass('highlighted')
|
.addClass('highlighted')
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user