Skip to content

Commit 6769fca

Browse files
committed
Should use getIndex() instead of getBoosts()
1 parent 7b85976 commit 6769fca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webroot/script/helipad.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ $(document).ready(function () {
992992

993993
inbox.empty();
994994
$dropdown.empty();
995-
getBoosts(currentInvoiceIndex, 100, true, true, false);
995+
getIndex();
996996
sessionStorage.setItem(config.filterName, JSON.stringify(filters));
997997
});
998998
});
@@ -1008,7 +1008,7 @@ $(document).ready(function () {
10081008
inbox.empty();
10091009
$('#filter-podcasts .dropdown-menu').empty();
10101010

1011-
getBoosts(currentInvoiceIndex, 100, true, true, false);
1011+
getIndex();
10121012
sessionStorage.setItem(config.filterName, JSON.stringify(filters));
10131013
});
10141014
}

0 commit comments

Comments
 (0)