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:
parent
c98acf8773
commit
856d7a6623
1 changed files with 1 additions and 3 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue