zutrinken / bleak

Ghost Theme
https://bleak.peteramende.de
MIT License
535 stars 130 forks source link

Correct ajax reloading for disqus #10

Closed ManuelRauber closed 8 years ago

ManuelRauber commented 8 years ago

Howdy!

Disqus wants to use DISQUS.reset on ajax sites instead of calling the embed.js multiple times: https://help.disqus.com/customer/portal/articles/472107-using-disqus-on-ajax-sites

This PR fixes the error by using DISQUS.reset and using location.pathname as well as location.origin to set the needed identifier and url.

zutrinken commented 8 years ago

Thank you @ManuelRauber ... I always appreciate some fixes of my lack of JS experience!