Disable multiselect on mobile browsers
This commit is contained in:
parent
6f09515c20
commit
60affcdb64
@ -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();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user