mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
PHRAS-3047
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user