Cosmetic event_display

This commit is contained in:
sparkyx 2025-12-23 19:20:08 +01:00
parent ecab8c2acc
commit a5bb6cfc97
2 changed files with 2 additions and 2 deletions

View file

@ -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()) {

View file

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