From be5beb79620abe0910c86fa5a3697fda2fa6c2ce Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 12 Oct 2017 23:17:49 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/collections.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui (gen4)/features/collections.js b/ui (gen4)/features/collections.js index 4569601d..b7ebc0fa 100755 --- a/ui (gen4)/features/collections.js +++ b/ui (gen4)/features/collections.js @@ -2151,7 +2151,7 @@ var UICollectionActions = actions.Actions({ return this.browseCollections(function(title){ this.joinCollect(title) }) })], - // XXX should this be here??? + // XXX should this be here or in marks??? addMarkedToCollection: ['Collections|Mark/Add marked to $collection...', {browseMode: function(){ return this.marked.length == 0 && 'disabled' }},