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 263-268 $(document).ready(function() { Link Here
263
        let pageName = $(location).attr("pathname");
263
        let pageName = $(location).attr("pathname");
264
        if ( pageName == '/cgi-bin/koha/opac-user.pl' ) {
264
        if ( pageName == '/cgi-bin/koha/opac-user.pl' ) {
265
            location.reload();
265
            location.reload();
266
        } else {
267
            location.href = "/cgi-bin/koha/opac-user.pl";
266
        }
268
        }
267
    })
269
    })
268
});
270
});
269
- 

Return to bug 30979