dfg
This commit is contained in:
@@ -42,25 +42,6 @@ function toggleSidebar() {
|
||||
document.body.classList.toggle('sidebar-collapsed');
|
||||
}
|
||||
|
||||
$(function() {
|
||||
// Initialisation des composants au chargement de la page
|
||||
appliquerDataTable('.tabliste');
|
||||
dataTableSpeciale();
|
||||
|
||||
let nomForm = $("#nomForm").val();
|
||||
|
||||
/*
|
||||
if(nomForm == "remboursementClassic")
|
||||
{
|
||||
let filtre = "0";
|
||||
d1 = $("#d1").val();
|
||||
d2 = $("#d2").val();
|
||||
|
||||
lister_dossiers_classiques(filtre);
|
||||
}
|
||||
*/
|
||||
|
||||
});
|
||||
|
||||
function raffraichier_gabarit()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user