Translate chosen selects

This commit is contained in:
Frederic Guillot
2015-03-01 19:42:24 -05:00
parent d910ebc1ea
commit 052b14d482
20 changed files with 32 additions and 13 deletions

View File

@@ -168,7 +168,8 @@ var Kanboard = (function() {
// Project select box
$("#board-selector").chosen({
width: 180
width: 180,
no_results_text: $("#board-selector").data("notfound")
});
$("#board-selector").change(function() {