fix issue #3631 - toggle backlog filter text
parent
c6ef0b16a3
commit
4a3d4532c2
|
@ -752,7 +752,7 @@ BacklogDirective = ($repo, $rootscope, $translate) ->
|
||||||
hideText = $translate.instant("BACKLOG.FILTERS.HIDE")
|
hideText = $translate.instant("BACKLOG.FILTERS.HIDE")
|
||||||
showText = $translate.instant("BACKLOG.FILTERS.SHOW")
|
showText = $translate.instant("BACKLOG.FILTERS.SHOW")
|
||||||
|
|
||||||
toggleText(target.find(".text"), [hideText, showText])
|
toggleText(target, [hideText, showText])
|
||||||
|
|
||||||
if !sidebar.hasClass("active")
|
if !sidebar.hasClass("active")
|
||||||
$ctrl.resetFilters()
|
$ctrl.resetFilters()
|
||||||
|
|
Loading…
Reference in New Issue