Replace Chosen jQuery plugin by custom UI component

This commit is contained in:
Frederic Guillot
2016-12-11 15:46:54 -05:00
parent a2b44371e0
commit ffb3926178
21 changed files with 385 additions and 1795 deletions

View File

@@ -0,0 +1,4 @@
// Open board selector: "b"
KB.onKey(98, function () {
KB.trigger('board.selector.open');
});