summaryrefslogtreecommitdiff
path: root/static/js/loadComments.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/loadComments.js')
-rw-r--r--static/js/loadComments.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/static/js/loadComments.js b/static/js/loadComments.js
deleted file mode 100644
index cce27dc..0000000
--- a/static/js/loadComments.js
+++ /dev/null
@@ -1,7 +0,0 @@
-var loadComments = function() {
- var el = document.getElementById("loadComments");
- el.parentNode.removeChild(el);
- var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
- dsq.src = 'http://elephly.disqus.com/embed.js';
- (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
-};