diff --git a/app/coffee/modules/backlog/main.coffee b/app/coffee/modules/backlog/main.coffee index d7d1aa3f..dcf4bf18 100644 --- a/app/coffee/modules/backlog/main.coffee +++ b/app/coffee/modules/backlog/main.coffee @@ -71,7 +71,7 @@ class BacklogController extends mixOf(taiga.Controller, taiga.PageMixin, taiga.F # theme: 'minimal-dark' # scrollInertia: 0 # axis: 'y' - # }); + # }) # On Error promise.then null, (xhr) => @@ -520,7 +520,7 @@ BacklogDirective = ($repo, $rootscope) -> $ctrl.toggleShowTags() - showHideTags($ctrl); + showHideTags($ctrl) showHideTags = ($ctrl) -> elm = angular.element("#show-tags")