|
|
|
|
|
|
|
|
|
|
|
|
|
|
SovWidgets.setDateRange(); |
|
|
SovWidgets.setDateRange(); |
|
|
|
|
|
|
|
|
SovTools.log('ncihe'); |
|
|
|
|
|
$('.btn-confirm-js, .action-confirm').click(function () { |
|
|
$('.btn-confirm-js, .action-confirm').click(function () { |
|
|
return confirm('Êtes-vous sûr de vouloir réaliser cette action ?'); |
|
|
return confirm('Êtes-vous sûr de vouloir réaliser cette action ?'); |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
$('[data-toggle="tooltip"]').tooltip(); |
|
|
$('[data-toggle="tooltip"]').tooltip(); |
|
|
|
|
|
|
|
|
/* Select2 */ |
|
|
/* Select2 */ |
|
|
if ($('.select2, select.form-control').length) { |
|
|
|
|
|
|
|
|
if ($('.form-select, .select2, select.form-control').length) { |
|
|
|
|
|
|
|
|
$('form .form-widget>select.form-control, .select2').each(function (i, elm) { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$('form .form-widget>select.form-control, .select2, .form-select').each(function (i, elm) { |
|
|
if (!$(this).hasClass('disable-select2')) { |
|
|
if (!$(this).hasClass('disable-select2')) { |
|
|
SovWidgets.setSelect2($(elm)); |
|
|
SovWidgets.setSelect2($(elm)); |
|
|
} |
|
|
} |