From 72806c1170bb83412a2b6dc162fb53c0a5b76137 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Fri, 1 May 2026 16:08:17 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20widget=20,=20data=20not=20refresh=20for?= =?UTF-8?q?=20"Resum=C3=A9"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/js/noalyss_script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/js/noalyss_script.js b/html/js/noalyss_script.js index 8f2004b59..15d3ff4f9 100644 --- a/html/js/noalyss_script.js +++ b/html/js/noalyss_script.js @@ -4313,7 +4313,7 @@ function event_display_detail(p_dossier, p_detail) { function event_display_main(p_dossier) { try { waiting_box(); - var dgbox = "situation_div"; + var dgbox = "so_event_main_id"; var queryString = {gDossier: p_dossier, op: 'event_display_detail', 'what': "main_display"}; var action = new Ajax.Request( "ajax_misc.php",