From a65e09ee480fe5d235230fc36c4ceebff900632d Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Thu, 9 Apr 2026 18:42:14 +0000 Subject: [PATCH] dr --- Vue/Reseausoins/index.php | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Vue/Reseausoins/index.php b/Vue/Reseausoins/index.php index 76f39568..5695988a 100755 --- a/Vue/Reseausoins/index.php +++ b/Vue/Reseausoins/index.php @@ -1,3 +1,6 @@ +
@@ -6,15 +9,10 @@
-

+

-
@@ -28,7 +26,7 @@ ID - + @@ -81,7 +79,7 @@ // Initialisation SmartTable var checkDTReseaux = setInterval(function() { if (typeof initSmartTable === 'function') { - initSmartTable('.datatable-reseaux', 'Liste_Reseaux_Soins', false); + initSmartTable('.datatable-reseaux', '', false); clearInterval(checkDTReseaux); } }, 100);