From a5bb6cfc9756e4912a6820430ae9ae17b1885156 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Tue, 23 Dec 2025 19:20:08 +0100 Subject: [PATCH] Cosmetic event_display --- html/extension.raw.php | 2 +- html/js/noalyss_script.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html/extension.raw.php b/html/extension.raw.php index e4f9d43ab..4f6644f74 100644 --- a/html/extension.raw.php +++ b/html/extension.raw.php @@ -43,7 +43,7 @@ $http=new HttpInput(); $cn=Dossier::connect(); $g_user=new Noalyss_user($cn); $g_user->check(); -/** +/** * check if 2FA is completed */ if ( ! $g_user->is_double_identified()) { diff --git a/html/js/noalyss_script.js b/html/js/noalyss_script.js index 14a1300a6..714f61a4a 100644 --- a/html/js/noalyss_script.js +++ b/html/js/noalyss_script.js @@ -4291,7 +4291,7 @@ function event_display_detail(p_dossier, p_detail) { } if (!document.getElementById(dgbox)) { var div_style = "position:fixed;" + ";top:30%;z-index:"+get_next_layer(); - add_div({id: dgbox, cssclass: 'inner_box', html: loading(), style: div_style, drag: true}); + add_div({id: dgbox, cssclass: 'inner_box2', html: loading(), style: div_style, drag: true}); }