Fixed: max per page appearing on credits & stats pages

This commit is contained in:
Squidly271 2022-03-12 10:52:43 -05:00
parent 7aaf402e1d
commit 81659ecc13
3 changed files with 3 additions and 1 deletions

View File

@ -1816,6 +1816,7 @@ function showCredits() {
clearCategory(); clearSearchBox();
var credits = $('#caCredits').html();
updateDisplay(credits);
$(".maxPerPage").hide();
}
function showStatistics() {
@ -1823,6 +1824,7 @@ function showStatistics() {
clearCategory(); clearSearchBox();
post({action:'statistics'},function(result) {
updateDisplay(result.statistics);
$(".maxPerPage").hide();
});
}

View File

@ -1,4 +1,4 @@
5b1d28724dc2fe661afdbaa6d19fed29 ./Apps.page
0e2c7e84af59f976e00591d474afb141 ./Apps.page
4e55f7483b661af21a25b677179baffe ./CA_notices.page
42a1658a916a3a3eed2a9f2af80603c4 ./ca_settings.page
e718d7825dbdc96a17a915079222b098 ./default.cfg