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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt (-1 / +2 lines)
Lines 439-444 window.addEventListener('load', function(e) { Link Here
439
$(document).ready(function () {
439
$(document).ready(function () {
440
    kohadb.initialize();
440
    kohadb.initialize();
441
441
442
    $('ul[aria-labelledby="drop3"]').html('<li><a class="toplinks">You cannot change your branch or logout while using offline circulation</a></li>');
443
442
    // Returns code
444
    // Returns code
443
    $('#checkin-form, #checkin_search form').submit(function (event) {
445
    $('#checkin-form, #checkin_search form').submit(function (event) {
444
        event.preventDefault();
446
        event.preventDefault();
445
- 

Return to bug 10240