Integration of the chosen jquery plugin for the board selector

This commit is contained in:
Frédéric Guillot
2014-07-06 11:28:01 -03:00
parent 7b96013a06
commit 0e118da124
7 changed files with 17 additions and 3 deletions

3
assets/css/chosen.min.css vendored Executable file

File diff suppressed because one or more lines are too long

BIN
assets/img/chosen-sprite.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 646 B

BIN
assets/img/chosen-sprite@2x.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 872 B

View File

@@ -193,7 +193,9 @@
board_load_events();
filter_load_events();
$("#form-board-selector").change(function() {
$("#board-selector").chosen();
$("#board-selector").change(function() {
window.location = "?controller=board&action=show&project_id=" + $(this).val();
});
});

2
assets/js/chosen.jquery.min.js vendored Executable file

File diff suppressed because one or more lines are too long