Commit 965c7687 authored by Yaroslav Lushnikov's avatar Yaroslav Lushnikov 🦆

Add select2 to PM

parent a04c2e5b
This diff is collapsed.
This diff is collapsed.
......@@ -15,13 +15,18 @@
"https://pm.i20.biz/*"
],
"js": [
"scripts/external/jQuery.js",
"libraries/jQuery/jQuery.js",
"libraries/select2/select2.js",
"scripts/pm/in_progress.js",
"scripts/pm/branch.js",
"scripts/pm/commit_message.js",
"scripts/pm/prepare_assigment.js",
"scripts/pm/adyax_issue.js",
"scripts/pm/workflow.js"
"scripts/pm/workflow.js",
"scripts/pm/select2.js"
],
"css" : [
"libraries/select2/select2.css"
]
},
{
......@@ -29,8 +34,8 @@
"https://*.adyax.com/*"
],
"js": [
"scripts/external/jQuery.js",
"scripts/external/jscroll.js",
"libraries/jQuery/jQuery.js",
"libraries/jScroll/jscroll.js",
"scripts/prj.adyax/commit_message.js"
]
},
......@@ -39,7 +44,7 @@
"https://*.drupal.org/*"
],
"js": [
"scripts/external/jQuery.js",
"libraries/jQuery/jQuery.js",
"scripts/dorg/number.js"
]
}
......
(function($) {
$('#project_quick_jump_box').select2();
})(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