Enable multiselect in search view.

pull/647/head
Nils Asmussen 8 years ago
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…
Cancel
Save