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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc (-2 / +1 lines)
Lines 1089-1095 require( [ 'koha-backend', 'search', 'macros', 'marc-editor', 'marc-record', 'pr Link Here
1089
            if(editor.modified )
1089
            if(editor.modified )
1090
                { return 1; }
1090
                { return 1; }
1091
            else
1091
            else
1092
                { return undef; }
1092
                { return undefined; }
1093
        };
1093
        };
1094
1094
1095
        // Start editor
1095
        // Start editor
1096
- 

Return to bug 21064