Explorar el Código

new changes commited

Sai Sudheer hace 2 años
padre
commit
1b8cdc724d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      assets/js/list.index.js

+ 1
- 1
assets/js/list.index.js Ver fichero

@@ -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…
Cancelar
Guardar