View | Details | Raw Unified | Return to bug 14405
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt (-4 / +1 lines)
Lines 181-189 Link Here
181
<script type="text/javascript">
181
<script type="text/javascript">
182
$( document ).ready(function() {
182
$( document ).ready(function() {
183
183
184
    $("#finestable").dataTable($.extend(true, {}, dataTablesDefaults, {
184
    $("#finestable").dataTable($.extend(true, {}, dataTablesDefaults ));
185
        "sPaginationType": "four_button"
186
    }));
187
185
188
    $(".paypal").on("click", function() {
186
    $(".paypal").on("click", function() {
189
        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');
187
        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');
190
- 

Return to bug 14405