Skip to content

Commit

Permalink
disqus comments (some more_
Browse files Browse the repository at this point in the history
)
_
  • Loading branch information
akariv committed Dec 19, 2011
1 parent d349fc4 commit 14a1ed6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/gov-watch.coffee
Expand Up @@ -120,7 +120,7 @@ process_data = ->
item_hoveroff = () -> item_hoveroff = () ->
$(this).find(".buxa-footer").html("") $(this).find(".buxa-footer").html("")
item_hoveron = () -> item_hoveron = () ->
html = "<div id='disqus_threaddsad' style='height:300px'></div><a href='http://disqus.com' class='dsq-brlink'>blog comments powered by <span class='logo-disqus'>Disqus</span></a>" html = "<div id='disqus_thread' style='height:300px'></div><a href='http://disqus.com' class='dsq-brlink'>blog comments powered by <span class='logo-disqus'>Disqus</span></a>"
if not window.DISQUS if not window.DISQUS
html += "<script type='text/javascript' async='true' src='http://govwatch.disqus.com/embed.js'/>" html += "<script type='text/javascript' async='true' src='http://govwatch.disqus.com/embed.js'/>"
window.disqus_identifier = 'recommendation'+$(this).attr('rel') window.disqus_identifier = 'recommendation'+$(this).attr('rel')
Expand Down
2 changes: 1 addition & 1 deletion src/gov-watch.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions src/index.html
Expand Up @@ -89,15 +89,6 @@
</span> </span>


<div id='container'> <div id='container'>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<div style="z-index:100;height:300px;">
<div id="disqus_thread"></div>
</div>
<ul id='items'> <ul id='items'>
</ul> </ul>
</div> </div>
Expand Down

0 comments on commit 14a1ed6

Please sign in to comment.