This commit is contained in:
sparkyx 2025-07-28 12:06:20 +02:00
parent d18b229e48
commit 862bad078e
3 changed files with 4 additions and 3 deletions

View file

@ -39,6 +39,7 @@ set_language();
// load message for javascript
if (isset ($_REQUEST['loadjs']) && $_REQUEST['loadjs']=='message')
{
header('Content-Type: text/javascript');
include_once NOALYSS_INCLUDE."/lib/message_javascript.php";
return;
}

View file

@ -808,7 +808,7 @@ function waiting_box() {
id: 'wait_box', html: loading() + '<p>' + content[65] + '</p>'
};
var y = fixed_position(10, 250)
obj.style = y + ";width:20%;margin-left:40%;";
obj.style = y + ";width:281px;margin-left:40%;";
if (document.getElementById('wait_box')) {
removeDiv('wait_box');
}
@ -4713,4 +4713,4 @@ Widget.prototype.toggle_full_size=function (widget_domid) {
(function(){window.addEventListener("onload", (event) => {remove_waiting_box()});})();
*/
var bookmark=new Bookmark();
var bookmark=new Bookmark();

View file

@ -69,7 +69,7 @@ class Acc_Ledger extends jrn_def_sql
/**
* @brief construct
* @param $p_cn database connexion
* @param $p_id jrn.jrn_def_id
* @param $p_id (int) ledger idf jrn.jrn_def_id
*/
function __construct($p_cn, $p_id)
{