Disable multiselect on mobile browsers

This commit is contained in:
Tobias Reich 2014-01-31 22:28:16 +01:00
parent 6f09515c20
commit 60affcdb64

View File

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