Browse Source

new changes commited

Sai Sudheer 2 years ago
parent
commit
1b8cdc724d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      assets/js/list.index.js

+ 1
- 1
assets/js/list.index.js View File

@@ -396,7 +396,7 @@ function loadData() {
396 396
       $('[data-buttontype="inbox"] .length').text(count);
397 397
       $('[data-notification="count"]').text(count);
398 398
       if (count > 40) {
399
-        $('[data-paggtn="true"]').text(`1-40 of ${count}`);
399
+        $('[data-paggtn="true"]').text(`1-40`);
400 400
       } else {
401 401
         $(".li-pgn").empty();
402 402
       }

Loading…
Cancel
Save