Disable multiselect on mobile browsers

pull/91/head
Tobias Reich 11 years ago
parent 6f09515c20
commit 60affcdb64

@ -18,6 +18,7 @@ multiselect = {
show: function(e) {
if (mobileBrowser()) return false;
if ($('.album:hover, .photo:hover').length!=0) return false;
if (visible.multiselect()) $('#multiselect').remove();

Loading…
Cancel
Save