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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc (-2 / +1 lines)
Lines 1131-1137 require( [ 'koha-backend', 'search', 'macros', 'marc-editor', 'marc-record', 'pr Link Here
1131
            showSavedMacros();
1131
            showSavedMacros();
1132
        } );
1132
        } );
1133
1133
1134
        $( '#exporter-ui').on( 'show.bs.modal', function() {
1134
        $( '#exporter-ui').on( 'shown.bs.modal', function() {
1135
            if ( exportRecordEditor ) return;
1135
            if ( exportRecordEditor ) return;
1136
1136
1137
            exportRecordEditor = CodeMirror(
1137
            exportRecordEditor = CodeMirror(
1138
- 

Return to bug 24429