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

(-)a/koha-tmpl/opac-tmpl/bootstrap/js/modals/checkout.js (-1 / +2 lines)
Lines 268-273 $(document).ready(function() { Link Here
268
        let pageName = $(location).attr("pathname");
268
        let pageName = $(location).attr("pathname");
269
        if ( pageName == '/cgi-bin/koha/opac-user.pl' ) {
269
        if ( pageName == '/cgi-bin/koha/opac-user.pl' ) {
270
            location.reload();
270
            location.reload();
271
        } else {
272
            location.href = "/cgi-bin/koha/opac-user.pl";
271
        }
273
        }
272
    })
274
    })
273
});
275
});
274
- 

Return to bug 30979