Skip to content

Commit

Permalink
Should use getIndex() instead of getBoosts()
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpp committed Dec 23, 2024
1 parent 7b85976 commit 6769fca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webroot/script/helipad.js
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ $(document).ready(function () {

inbox.empty();
$dropdown.empty();
getBoosts(currentInvoiceIndex, 100, true, true, false);
getIndex();
sessionStorage.setItem(config.filterName, JSON.stringify(filters));
});
});
Expand All @@ -1008,7 +1008,7 @@ $(document).ready(function () {
inbox.empty();
$('#filter-podcasts .dropdown-menu').empty();

getBoosts(currentInvoiceIndex, 100, true, true, false);
getIndex();
sessionStorage.setItem(config.filterName, JSON.stringify(filters));
});
}
Expand Down

0 comments on commit 6769fca

Please sign in to comment.