<script data-no-instant>
var disqus_shortname = 'hcyue';
InstantClick.on('change', function(isInitialLoad) {
if (!isInitialLoad) {
if (document.querySelector("#disqus_thread")) {
if (typeof DISQUS === 'undefined') {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
} else {
DISQUS.reset({
reload: true,
config: function () {
this.page.identifier = window.location.pathname;
this.page.url = window.location.toString();
}
});
}
}
}
});
InstantClick.init();
</script>