Commit cbc293f3 authored by Yaroslav Lushnikov's avatar Yaroslav Lushnikov 🦆

Add a Drupal.org numbers in the marketplace list

parent 0526036c
......@@ -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": [
......
(function ($) {
var delta = 0;
$('.view-drupalorg-organizations .view-content>div').each(function () {
delta++;
$(this).prepend('<div style="float: left">' + delta + '</div>');
});
})(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