2
0
forked from Wavyzz/dolibarr

Fix with php-cs-fixer

This commit is contained in:
Laurent Destailleur
2023-12-04 12:05:17 +01:00
parent b5728632ef
commit be78ad6afd
2 changed files with 5 additions and 4 deletions

View File

@@ -76,7 +76,7 @@ jQuery(function($){
timeFormat: 'HH:mm',
amNames: ['AM', 'A'],
pmNames: ['PM', 'P'],
isRTL: <?php echo ($langs->trans("DIRECTION") == 'rtl' ? 'true' : 'false'); ?>
isRTL: <?php echo($langs->trans("DIRECTION") == 'rtl' ? 'true' : 'false'); ?>
};
$.timepicker.setDefaults($.timepicker.regional['<?php echo $langs->defaultlang ?>']);
});