From 74167663a918a934cb37b72d11b167df55adc5ed Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 30 Jun 2014 15:30:38 +0200 Subject: [PATCH] Fix show/hide of sprints. --- app/coffee/modules/backlog/main.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/coffee/modules/backlog/main.coffee b/app/coffee/modules/backlog/main.coffee index 37c5426d..bb5c1a56 100644 --- a/app/coffee/modules/backlog/main.coffee +++ b/app/coffee/modules/backlog/main.coffee @@ -378,7 +378,7 @@ BacklogSprintDirective = ($repo) -> $el.find(".current-progress").css("width", "#{progressPercentage}%") # Event Handlers - $el.on "click", ".sprint-summary > a", (event) -> + $el.on "click", ".sprint-name > a", (event) -> $el.find(".sprint-table").toggle() #########################