summaryrefslogtreecommitdiffstats
path: root/data/templates/products/bestbefore.html
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/products/bestbefore.html')
-rw-r--r--data/templates/products/bestbefore.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/products/bestbefore.html b/data/templates/products/bestbefore.html
index 721ea9d..b5451a4 100644
--- a/data/templates/products/bestbefore.html
+++ b/data/templates/products/bestbefore.html
@@ -9,6 +9,6 @@
<script type="text/javascript">
$(document).ready(function() {
- $('#producttable').DataTable();
+ $('#producttable').DataTable({"lengthMenu": [ [25, 50, 100, -1], [25, 50, 100, "All"] ] });
} );
</script>