new changes commited

This commit is contained in:
2023-02-14 11:14:20 +05:30
bovenliggende 7451aaa715
commit 1b8cdc724d
+1 -1
Bestand weergeven
@@ -396,7 +396,7 @@ function loadData() {
$('[data-buttontype="inbox"] .length').text(count); $('[data-buttontype="inbox"] .length').text(count);
$('[data-notification="count"]').text(count); $('[data-notification="count"]').text(count);
if (count > 40) { if (count > 40) {
$('[data-paggtn="true"]').text(`1-40 of ${count}`); $('[data-paggtn="true"]').text(`1-40`);
} else { } else {
$(".li-pgn").empty(); $(".li-pgn").empty();
} }