PHRAS-3047

This commit is contained in:
Harrys Ravalomanana
2020-04-30 23:18:53 +04:00
parent 55e1a1a0d5
commit b4eebb4e4f
3 changed files with 10 additions and 9 deletions

View File

@@ -312,6 +312,7 @@
$(document).ready(function(){
/**load default Subdef info **/
loadMetadataTab( '{{ path('prod_subdefs_metadata', {'databox_id': record.get_sbas_id(), 'record_id': record.get_record_id, 'subdef_name': 'document' }) }}');
$('#exiftool').height($('#prod-tool-box').height() - 50 );
/**load selected Subdef info **/
$('#select-meta-subdef').on('change', function (e) {
var selectedSubdef = $(this).children('option:selected');