Fix phpcs

This commit is contained in:
Laurent Destailleur 2021-02-09 18:15:32 +01:00
parent 4f07de5b9c
commit 0a2ace81ff

View File

@ -710,8 +710,8 @@ if (!empty($usemargins) && $user->rights->margins->creer)
jQuery.each(data.array_options, function( key, value ) { jQuery.each(data.array_options, function( key, value ) {
jQuery('div[class$="det'+key.replace('options_','_extras_')+'"] > #'+key).val(value); jQuery('div[class$="det'+key.replace('options_','_extras_')+'"] > #'+key).val(value);
}); });
<?php <?php
}?> } ?>
}, },
'json' 'json'
); );