fix page change on IE when the user toggle a sprint

stable
Juanfran 2015-03-17 08:14:30 +01:00
parent 54deeefd18
commit 5b02d6fc32
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@ BacklogSprintDirective = ($repo, $rootscope) ->
# Event Handlers
$el.on "click", ".sprint-name > .icon-arrow-up", (event) ->
event.preventDefault()
toggleSprint($el)
$el.find(".sprint-table").slideToggle(slideOptions)