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,9 +1973,9 @@ 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')
|
||||||
})
|
})
|
||||||
|
|
||||||
var openHandler = function(_, title){
|
var openHandler = function(_, title){
|
||||||
@ -2155,9 +2155,9 @@ 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')
|
||||||
})
|
})
|
||||||
|
|
||||||
//all = Object.keys(that.collections || {})
|
//all = Object.keys(that.collections || {})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user