minor fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-12-05 06:44:13 +03:00
parent b9ce00ab56
commit cc5db0aecc

View File

@ -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 || {})