Skip to content

Commit

Permalink
fixing nav_count
Browse files Browse the repository at this point in the history
  • Loading branch information
pehsa authored and cxong committed Sep 4, 2020
1 parent 12d4755 commit d874b75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ function filter(filter_value) {
if (!filter_value) {
setQueryParams('filter', null);
filterStyle.innerHTML = "";
setCount();
return;
}
setQueryParams('filter', filter_value);
Expand Down

0 comments on commit d874b75

Please sign in to comment.