Fix show/hide of sprints.

stable
Andrey Antukh 2014-06-30 15:30:38 +02:00
parent efc4acbf75
commit 74167663a9
1 changed files with 1 additions and 1 deletions

View File

@ -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()
#########################