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});
}