From c7bf2ebb0c9c9cbd48637048d2a07b13f12dbada Mon Sep 17 00:00:00 2001 From: sparkyx Date: Fri, 5 Dec 2025 11:52:10 +0100 Subject: [PATCH] fix bug: next layer not set properly --- html/js/noalyss_script.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/js/noalyss_script.js b/html/js/noalyss_script.js index 74af4c368..76a61e46c 100644 --- a/html/js/noalyss_script.js +++ b/html/js/noalyss_script.js @@ -4289,7 +4289,7 @@ function event_display_detail(p_dossier, p_detail) { return; } if (!document.getElementById(dgbox)) { - var div_style = "position:fixed;" + ";top:30%"; + 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}); } @@ -4839,6 +4839,7 @@ Noalyss.prototype.activate_tinymce=function (domid,mode,p_height) { } /** + * @deprecated not used * Input NOTE on operation from Detail Operation * @param {int} dossier_id * @param {int} jrn_id