mirror of
https://github.com/jimeh/jimeh.me-v3.0.git
synced 2026-02-19 05:46:40 +00:00
18 lines
494 B
HTML
18 lines
494 B
HTML
<script type="text/javascript">
|
|
//<![CDATA[
|
|
(function() {
|
|
var links = document.getElementsByTagName('a');
|
|
var query = '?';
|
|
for (var i = links.length - 1; i >= 0; i--){
|
|
if(links[i].href.indexOf('#disqus_thread') >= 0) {
|
|
query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
|
|
};
|
|
};
|
|
document.write('<script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/jimeh/get_num_replies.js' + query + '"></' + 'script>');
|
|
})();
|
|
//]]>
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|