Skip to content

Commit

Permalink
Apply correct group ID filter when un-filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
Alanaktion committed Sep 26, 2018
1 parent 1153e77 commit 0e11fb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/backlog.js
Expand Up @@ -170,6 +170,8 @@ var Backlog = {
var hrefLink = $(this).attr('data-base-href');
if (clickGroupId) {
$(this).attr('href', hrefLink + '/' + clickGroupId);
} else {
$(this).attr('href', hrefLink);
}
});
},
Expand Down

0 comments on commit 0e11fb9

Please sign in to comment.