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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc (-1 / +1 lines)
Lines 938-943 require( [ 'koha-backend', 'search', 'macros', 'marc-editor', 'marc-record', 'pr Link Here
938
938
939
            if ( !result.errors.length ) {
939
            if ( !result.errors.length ) {
940
                $('#macro-ui').modal('hide');
940
                $('#macro-ui').modal('hide');
941
                editor.focus(); //Return cursor to editor after macro run
941
                return false;
942
                return false;
942
            }
943
            }
943
944
944
- 

Return to bug 18415