Integration of the chosen jquery plugin for the board selector
This commit is contained in:
@@ -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