From b091cd44fa65049526b43650a785491ca89da3af Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Thu, 24 Apr 2014 12:18:16 +1000 Subject: [PATCH] Add threshold to chosen select --- assets/js/admin/sportspress-admin.js | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/js/admin/sportspress-admin.js b/assets/js/admin/sportspress-admin.js index cbe3c5dd..dd72f6ed 100644 --- a/assets/js/admin/sportspress-admin.js +++ b/assets/js/admin/sportspress-admin.js @@ -20,6 +20,7 @@ jQuery(document).ready(function($){ $(".chosen-select").chosen({ allow_single_deselect: true, single_backstroke_delete: false, + disable_search_threshold: 10, placeholder_text_multiple: localized_strings.none });