diff options
Diffstat (limited to 'app/templates/admin/annotations.html')
| -rw-r--r-- | app/templates/admin/annotations.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/templates/admin/annotations.html b/app/templates/admin/annotations.html index bedf425..5a3f66a 100644 --- a/app/templates/admin/annotations.html +++ b/app/templates/admin/annotations.html @@ -38,7 +38,9 @@ <script src="{{ bootstrap_find_resource('js/jquery.dataTables.js', cdn='datatables', use_minified=True) }}"></script> <script> $(document).ready(function() { - $('#annotations-table').DataTable(); + $('#annotations-table').DataTable({ + "pageLength": 25 + }); }); </script> {% endblock scripts %} |
