Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Commit

Permalink
fix opgg stat shards div selector
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeNote committed Dec 13, 2018
1 parent a9c91a1 commit f3b3b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/opgg.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function extractRunePagesFromElement($, champion, position) {
// stat shards
selectedPerkIds = selectedPerkIds.concat(
$(runePageElement)
.find('.champion-overview__data .fragment__summary img')
.find('.champion-overview__data .fragment-page img.active')
.map(getPerkIdFromImg)
.get()
);
Expand Down

0 comments on commit f3b3b19

Please sign in to comment.