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
cbc293f3
Commit
cbc293f3
authored
Jun 19, 2018
by
Yaroslav Lushnikov
🦆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a Drupal.org numbers in the marketplace list
parent
0526036c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
manifest.json
extension/manifest.json
+9
-0
number.js
extension/scripts/dorg/number.js
+8
-0
No files found.
extension/manifest.json
View file @
cbc293f3
...
...
@@ -30,6 +30,15 @@
"scripts/external/jscroll.js"
,
"scripts/prj.adyax/commit_message.js"
]
},
{
"matches"
:
[
"https://*.drupal.org/*"
],
"js"
:
[
"scripts/external/jQuery.js"
,
"scripts/dorg/number.js"
]
}
],
"permissions"
:
[
...
...
extension/scripts/dorg/number.js
0 → 100644
View file @
cbc293f3
(
function
(
$
)
{
var
delta
=
0
;
$
(
'.view-drupalorg-organizations .view-content>div'
).
each
(
function
()
{
delta
++
;
$
(
this
).
prepend
(
'<div style="float: left">'
+
delta
+
'</div>'
);
});
})(
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