From 4bda5105c204d01888a2a19e152841e43aad0954 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Mon, 9 Sep 2024 22:22:09 -0400 Subject: [PATCH] Remove obsolete disqus javascript file --- docs/_static/disqus.js | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 docs/_static/disqus.js diff --git a/docs/_static/disqus.js b/docs/_static/disqus.js deleted file mode 100644 index fbd2644f..00000000 --- a/docs/_static/disqus.js +++ /dev/null @@ -1,11 +0,0 @@ -var disqus_shortname; -var disqus_identifier; - -$(function() { - var disqus_thread = $("#disqus_thread"); - disqus_shortname = disqus_thread.data('disqus-shortname'); - disqus_identifier = disqus_thread.data('disqus-identifier'); - 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); -});