Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Dec 29, 2011
1 parent e23f8e1 commit fc9a592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gov-watch.coffee
Expand Up @@ -132,7 +132,7 @@ process_data = ->
@page.identifier = window.disqus_identifier
@page.title = window.disqus_title
@page.url = window.disqus_url
window.setTimer(1000, () -> window.DISQUS.reset( disqus_params ) )
window.setTimeout(1000, () -> window.DISQUS.reset( disqus_params ) )
$(".hover-toggle").click(
->
e = $(this).parents(".item").first()
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.

0 comments on commit fc9a592

Please sign in to comment.