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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc (-1 / +4 lines)
Lines 1077-1082 require( [ 'koha-backend', 'search', 'macros', 'marc-editor', 'marc-record', 'pr Link Here
1077
            return false;
1077
            return false;
1078
        } );
1078
        } );
1079
1079
1080
        $(window).on( 'beforeunload', function() {
1081
            return editor.modified;
1082
        } );
1083
1080
        // Start editor
1084
        // Start editor
1081
        Preferences.Load( [% USER_INFO.borrowernumber || 0 %] );
1085
        Preferences.Load( [% USER_INFO.borrowernumber || 0 %] );
1082
        displayPreferences(editor);
1086
        displayPreferences(editor);
1083
- 

Return to bug 19267