Integration of the chosen jquery plugin for the board selector
This commit is contained in:
3
assets/css/chosen.min.css
vendored
Executable file
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
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
BIN
assets/img/chosen-sprite@2x.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 872 B |
@@ -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
2
assets/js/chosen.jquery.min.js
vendored
Executable file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user