Update count and aggregates after filtering by tags.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-02-02 12:15:34 -07:00
parent abb44608fe
commit 8e66530544
8 changed files with 33 additions and 17 deletions

View File

@@ -72,7 +72,7 @@ $(document).ready(function () {
$("#plan-tab-pane").html("");
break;
case "odometer-tab":
$("odometer-tab-pane").html("");
$("#odometer-tab-pane").html("");
break;
}
});