Fix select field search

This commit is contained in:
champsupertramp
2016-07-22 18:34:10 +08:00
parent d01449cc3d
commit a66407f4d6
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -990,7 +990,7 @@ jQuery(function(){
// Fixed touchscreen sensitivity
jQuery(document).on('touchend', function(){
jQuery(".select2-search, .select2-focusser").remove();
//jQuery(".select2-search, .select2-focusser").remove();
})
});
+2 -2
View File
File diff suppressed because one or more lines are too long