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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc (-1 / +1 lines)
Lines 1037-1042 require( [ 'koha-backend', 'search', 'macros', 'marc-editor', 'marc-record', 'pr Link Here
1037
                $('.modal-body').each( function() {
1037
                $('.modal-body').each( function() {
1038
                    $(this).height( $(window).height() * .8 - $(this).prevAll('.modal-header').height() );
1038
                    $(this).height( $(window).height() * .8 - $(this).prevAll('.modal-header').height() );
1039
                } );
1039
                } );
1040
                editor.refresh();
1040
            }, 100);
1041
            }, 100);
1041
        }
1042
        }
1042
1043
1043
- 

Return to bug 32253