Cosmetic event_display
This commit is contained in:
parent
ecab8c2acc
commit
a5bb6cfc97
2 changed files with 2 additions and 2 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
|
|
@ -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});
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue