Browse Source

Disable multiselect on mobile browsers

Tobias Reich 11 years ago
parent
commit
60affcdb64
1 changed files with 1 additions and 0 deletions
  1. 1 0
      assets/js/modules/multiselect.js

+ 1 - 0
assets/js/modules/multiselect.js

@@ -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();