Explorar el Código

Fix pagination for aliases

andryyy hace 8 años
padre
commit
f5c549f6ea
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      data/web/js/mailbox.js

+ 1 - 1
data/web/js/mailbox.js

@@ -240,7 +240,7 @@ $(document).ready(function() {
         "paging": {
           "enabled": true,
           "limit": 5,
-          "size": 5
+          "size": pagination_size
         },
         "filtering": {
           "enabled": true,