Skip to content

Commit

Permalink
Merge pull request #3 from flavorjones/master
Browse files Browse the repository at this point in the history
Allow hiding of the tldr, by clicking once again 'pon the words therein. MERGED FROM MY FRIGGING PHONE.
  • Loading branch information
jbarnette committed Sep 19, 2011
2 parents 3f183b2 + d81d08b commit c6f1fa4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/index.html
Expand Up @@ -294,6 +294,12 @@ <h2>What say you?</h2>
$("#tldr-copy").fadeIn()
})
})

$("#tldr-copy").click(function() {
$("body > *:not(#tldr-copy)").fadeIn(function() {
$("#tldr-copy").fadeOut()
})
})
})
</script>
</body>
Expand Down

0 comments on commit c6f1fa4

Please sign in to comment.