Browse code

fixed discussion url id

B Mathis authored on 25/11/2009 at 13:43:45
Showing 1 changed files
... ...
@@ -70,7 +70,7 @@ google_analytics: true
70 70
               - if page.respond_to? :disqus_short_name
71 71
                 #disqus_thread
72 72
                 :javascript
73
-                  var disqus_url = "#{page.full_url}/#{page.url}";
73
+                  var disqus_url = "#{page.full_url}#{page.url}";
74 74
                 %noscript
75 75
                   %a(href="http://#{page.disqus_short_name}.disqus.com/?url=ref") View the discussion thread
76 76
                 %script(type="text/javascript" src="http://disqus.com/forums/#{page.disqus_short_name}/embed.js")