Skip to content

Commit

Permalink
Switch production and development discus threads
Browse files Browse the repository at this point in the history
  • Loading branch information
mrDoktar committed Jun 10, 2010
1 parent 5c45fea commit de9aebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/posts/_post.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#disqus_thread

:javascript
var disqus_identifier = "#{((Rails.env.development?) ? "production-" : "development-") + post.id.to_s}";
var disqus_identifier = "#{((Rails.env.development?) ? "development-" : "production-") + post.id.to_s}";
#{"var disqus_developer = 1;" if Rails.env.development?}

(function() {
Expand Down

0 comments on commit de9aebb

Please sign in to comment.