Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-10-12 23:17:49 +03:00
parent 4c84dae3ed
commit be5beb7962

View File

@ -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' }},