Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
P
pm-tools
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Yaroslav Lushnikov
pm-tools
Commits
965c7687
Commit
965c7687
authored
Jul 30, 2018
by
Yaroslav Lushnikov
🦆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add select2 to PM
parent
a04c2e5b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
15 additions
and
5 deletions
+15
-5
jQuery.js
extension/libraries/jQuery/jQuery.js
+0
-0
jscroll.js
extension/libraries/jScroll/jscroll.js
+0
-0
select2.css
extension/libraries/select2/select2.css
+1
-0
select2.js
extension/libraries/select2/select2.js
+1
-0
manifest.json
extension/manifest.json
+10
-5
select2.js
extension/scripts/pm/select2.js
+3
-0
No files found.
extension/
scripts/external
/jQuery.js
→
extension/
libraries/jQuery
/jQuery.js
View file @
965c7687
File moved
extension/
scripts/externa
l/jscroll.js
→
extension/
libraries/jScrol
l/jscroll.js
View file @
965c7687
File moved
extension/libraries/select2/select2.css
0 → 100644
View file @
965c7687
This diff is collapsed.
Click to expand it.
extension/libraries/select2/select2.js
0 → 100644
View file @
965c7687
This diff is collapsed.
Click to expand it.
extension/manifest.json
View file @
965c7687
...
@@ -15,13 +15,18 @@
...
@@ -15,13 +15,18 @@
"https://pm.i20.biz/*"
"https://pm.i20.biz/*"
],
],
"js"
:
[
"js"
:
[
"scripts/external/jQuery.js"
,
"libraries/jQuery/jQuery.js"
,
"libraries/select2/select2.js"
,
"scripts/pm/in_progress.js"
,
"scripts/pm/in_progress.js"
,
"scripts/pm/branch.js"
,
"scripts/pm/branch.js"
,
"scripts/pm/commit_message.js"
,
"scripts/pm/commit_message.js"
,
"scripts/pm/prepare_assigment.js"
,
"scripts/pm/prepare_assigment.js"
,
"scripts/pm/adyax_issue.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 @@
...
@@ -29,8 +34,8 @@
"https://*.adyax.com/*"
"https://*.adyax.com/*"
],
],
"js"
:
[
"js"
:
[
"
scripts/external
/jQuery.js"
,
"
libraries/jQuery
/jQuery.js"
,
"
scripts/externa
l/jscroll.js"
,
"
libraries/jScrol
l/jscroll.js"
,
"scripts/prj.adyax/commit_message.js"
"scripts/prj.adyax/commit_message.js"
]
]
},
},
...
@@ -39,7 +44,7 @@
...
@@ -39,7 +44,7 @@
"https://*.drupal.org/*"
"https://*.drupal.org/*"
],
],
"js"
:
[
"js"
:
[
"
scripts/external
/jQuery.js"
,
"
libraries/jQuery
/jQuery.js"
,
"scripts/dorg/number.js"
"scripts/dorg/number.js"
]
]
}
}
...
...
extension/scripts/pm/select2.js
0 → 100644
View file @
965c7687
(
function
(
$
)
{
$
(
'#project_quick_jump_box'
).
select2
();
})(
jQuery
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment