First complete upload on nas
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
var disqus_shortname = countVars.disqusShortname;
|
||||
(function () {
|
||||
var nodes = document.getElementsByTagName('span');
|
||||
for (var i = 0, url; i < nodes.length; i++) {
|
||||
if (nodes[i].className.indexOf('dsq-postid') != -1) {
|
||||
nodes[i].parentNode.setAttribute('data-disqus-identifier', nodes[i].getAttribute('data-dsqidentifier'));
|
||||
url = nodes[i].parentNode.href.split('#', 1);
|
||||
if (url.length == 1) { url = url[0]; }
|
||||
else { url = url[1]; }
|
||||
nodes[i].parentNode.href = url + '#disqus_thread';
|
||||
}
|
||||
}
|
||||
var s = document.createElement('script'); s.async = true;
|
||||
s.type = 'text/javascript';
|
||||
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
|
||||
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
|
||||
}());
|
||||
Reference in New Issue
Block a user