Add chosen select for user selection

This commit is contained in:
Frederic Guillot
2015-05-21 14:13:45 -04:00
parent 5c604bf50f
commit 737c13dfdd
3 changed files with 12 additions and 5 deletions

View File

@@ -166,6 +166,13 @@ var Kanboard = (function() {
Init: function() {
// Chosen select
$(".chosen-select").chosen({
width: "200px",
no_results_text: $(".chosen-select").data("notfound"),
disable_search_threshold: 10
});
// Project select box
$("#board-selector").chosen({
width: 180,