We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f41c40f commit c92f675Copy full SHA for c92f675
dist/github-buttons.js
@@ -218,7 +218,7 @@ module.exports = setButton
218
var button
219
for (var i = 0, l = buttons.length; i < l; i++)
220
if (!(button = buttons[i]).getAttribute('data-processed'))
221
- setButton(buttons[i])
+ setButton(button)
222
})()
223
224
function setButton(el) {
index.js
@@ -15,7 +15,7 @@ module.exports = setButton
15
16
17
18
19
20
21
0 commit comments