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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc (-2 / +1 lines)
Lines 578-584 require( [ 'koha-backend', 'search', 'macros', 'marc-editor', 'marc-record', 'pr Link Here
578
            invalidateSearchResults();
578
            invalidateSearchResults();
579
            Search.Reconnect();
579
            Search.Reconnect();
580
        } else {
580
        } else {
581
            humanMsg.displayMsg( '<h3>' + _("Internal search error") + '</h3><p>' + error + '</p><p>' + _("Please refresh the page and try again.") + '</p>', { className: 'humanError' } );
581
            humanMsg.displayMsg( '<h3>' + _("Internal search error") + '</h3><p>' + error.responseText + '</p><p>' + _("Please refresh the page and try again.") + '</p>', { className: 'humanError' } );
582
        }
582
        }
583
    }
583
    }
584
584
585
- 

Return to bug 18822