ryanflorence / github-plusone-extension

139 stars 18 forks source link

if you navigate to an issue from a different page on github the +1s are not shown on top #3

Closed tikotzky closed 9 years ago

tikotzky commented 9 years ago

for example if you click this link: https://github.com/ryanflorence/github-plusone-extension/pull/1

you wont see any +1s near the title however if you refresh the page when viewing the issue it will display correctly.

tikotzky commented 9 years ago

The MutationObserver needs to look at the whole page to see if it changed, not just the .js-discussion element.