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

(-)a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js (-4 / +2 lines)
Lines 154-160 $(document).ready(function() { Link Here
154
        if ( refresh_table ) {
154
        if ( refresh_table ) {
155
            RefreshIssuesTable();
155
            RefreshIssuesTable();
156
        }
156
        }
157
157
        $('#RenewChecked, #CheckinChecked').prop('disabled' , true );
158
        // Prevent form submit
158
        // Prevent form submit
159
        return false;
159
        return false;
160
    });
160
    });
Lines 249-255 $(document).ready(function() { Link Here
249
        if ( refresh_table ) {
249
        if ( refresh_table ) {
250
            RefreshIssuesTable();
250
            RefreshIssuesTable();
251
        }
251
        }
252
252
        $('#RenewChecked, #CheckinChecked').prop('disabled' , true );
253
        // Prevent form submit
253
        // Prevent form submit
254
        return false;
254
        return false;
255
    });
255
    });
Lines 304-310 $(document).ready(function() { Link Here
304
        $('#issues-table-loading-message').hide();
304
        $('#issues-table-loading-message').hide();
305
        $('#issues-table').show();
305
        $('#issues-table').show();
306
        $('#issues-table-actions').show();
306
        $('#issues-table-actions').show();
307
308
        var msg_loading = __('Loading... you may continue scanning.');
307
        var msg_loading = __('Loading... you may continue scanning.');
309
        issuesTable = KohaTable("issues-table", {
308
        issuesTable = KohaTable("issues-table", {
310
            "oLanguage": {
309
            "oLanguage": {
311
- 

Return to bug 35068