Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Noel Rappin committed May 22, 2013
1 parent 8218c05 commit 84d6177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/toggler.js
@@ -1,7 +1,7 @@
function init() {
var $toggle_links = $(".detail_toggle");
$toggle_links.click(function(event) {
$detail = $(this).siblings(".detail");
var $detail = $(this).siblings(".detail");
$detail.toggleClass("hidden");
$(this).text("Hide Details");
event.preventDefault();
Expand Down

0 comments on commit 84d6177

Please sign in to comment.