Commit 0b8e137f authored by Yaroslav Lushnikov's avatar Yaroslav Lushnikov 🦆

Fix select2

parent ba42f837
(function($) {
$('#project_quick_jump_box').select2();
$('#project_quick_jump_box').select2().change(function () {
this.value ? (window.location = this.value) : '';
});
})(jQuery);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment