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 570-576 require( [ 'koha-backend', 'search', 'macros', 'marc-editor', 'marc-record', 'pr Link Here
570
            invalidateSearchResults();
570
            invalidateSearchResults();
571
            Search.Reconnect();
571
            Search.Reconnect();
572
        } else {
572
        } else {
573
            humanMsg.displayMsg( '<h3>' + _("Internal search error") + '</h3><p>' + error + '</p><p>' + _("Please refresh the page and try again.") + '</p>', { className: 'humanError' } );
573
            humanMsg.displayMsg( '<h3>' + _("Internal search error") + '</h3><p>' + error.responseText + '</p><p>' + _("Please refresh the page and try again.") + '</p>', { className: 'humanError' } );
574
        }
574
        }
575
    }
575
    }
576
576
577
- 

Return to bug 18822