From 8f1de2e07c7b98cf518d80b03933aefe2a0eff9b Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Tue, 3 Jul 2012 12:39:02 -0400 Subject: [PATCH] Fix abs url for disqus --- snipts/templates/snipts/detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snipts/templates/snipts/detail.html b/snipts/templates/snipts/detail.html index ade5720..00a3243 100644 --- a/snipts/templates/snipts/detail.html +++ b/snipts/templates/snipts/detail.html @@ -53,7 +53,7 @@ {% if debug %} var disqus_developer = 1; {% endif %} - var disqus_url = '{{ snipt.get_full_absolute_url }}{% if not snipt.public %}?key={{ snipt.key }}{% endif %}'; + var disqus_url = '{{ snipt.get_full_absolute_url }}'; var disqus_title = '{{ snipt.title }}'; var disqus_identifier = {{ snipt.id }};