Enable multiselect in search view.
This commit is contained in:
parent
3c4b1911fd
commit
641680544e
@ -152,7 +152,6 @@ multiselect.show = function(e) {
|
||||
|
||||
if (!visible.albums() && !visible.album()) return false
|
||||
if ($('.album:hover, .photo:hover').length!==0) return false
|
||||
if (visible.search()) return false
|
||||
if (visible.multiselect()) $('#multiselect').remove()
|
||||
|
||||
sidebar.setSelectable(false)
|
||||
|
Loading…
Reference in New Issue
Block a user