fix issue #3631 - toggle backlog filter text

stable
Juanfran 2015-12-10 12:13:48 +01:00
parent c6ef0b16a3
commit 4a3d4532c2
1 changed files with 1 additions and 1 deletions

View File

@ -752,7 +752,7 @@ BacklogDirective = ($repo, $rootscope, $translate) ->
hideText = $translate.instant("BACKLOG.FILTERS.HIDE")
showText = $translate.instant("BACKLOG.FILTERS.SHOW")
toggleText(target.find(".text"), [hideText, showText])
toggleText(target, [hideText, showText])
if !sidebar.hasClass("active")
$ctrl.resetFilters()