|
Lines 775-786
require( [ 'koha-backend', 'search', 'macros', 'marc-editor', 'marc-record', 'pr
Link Here
|
| 775 |
$(this).height( $(window).height() * .8 - $(this).prevAll('.modal-header').height() ); |
775 |
$(this).height( $(window).height() * .8 - $(this).prevAll('.modal-header').height() ); |
| 776 |
} ); |
776 |
} ); |
| 777 |
}, 100); |
777 |
}, 100); |
| 778 |
|
|
|
| 779 |
// $("#advanced-search-ui, #search-results-ui, #macro-ui").css( { |
| 780 |
// marginLeft: function() { |
| 781 |
// return -($(this).width() / 2); |
| 782 |
// } |
| 783 |
// } ); |
| 784 |
} |
778 |
} |
| 785 |
|
779 |
|
| 786 |
$( '#macro-ui' ).on( 'shown.bs.modal', function() { |
780 |
$( '#macro-ui' ).on( 'shown.bs.modal', function() { |
| 787 |
- |
|
|