Bug 14405: Remove pagination type, there is no pagination at the OPAC

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
Jonathan Druart 2017-02-14 13:42:41 +01:00 committed by Kyle M Hall
parent c98acf8773
commit 856d7a6623

View file

@ -181,9 +181,7 @@
<script type="text/javascript">
$( document ).ready(function() {
$("#finestable").dataTable($.extend(true, {}, dataTablesDefaults, {
"sPaginationType": "four_button"
}));
$("#finestable").dataTable($.extend(true, {}, dataTablesDefaults ));
$(".paypal").on("click", function() {
window.open('https://www.paypal.com/webapps/mpp/paypal-popup','WIPaypal','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=1060, height=700');