changes.mady.by.user Alex Medved
Saved on Apr 02, 2015
...
If you want to hide the Pager element you need this custom Javascript JavaScript to be added your to the page:
<script type="text/javascript"> AJS.$(document).ready(function() { AJS.$('#i_pager_button_f').hide(); }); </script>