From a51259a3e18b4cda240bb557cbc72d43b88515f4 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Fri, 5 Sep 2014 20:00:46 +0200 Subject: [PATCH] Replace message error_box --- html/js/scripts.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/js/scripts.js b/html/js/scripts.js index cad9059e8..7f36b6629 100644 --- a/html/js/scripts.js +++ b/html/js/scripts.js @@ -684,7 +684,7 @@ function waiting_box() id: 'wait_box', html: '

Chargement

'+loading() }; var y = calcy(posY); - obj.style = fixed_position(posX, y) + ";width:200px"; + obj.style = "top:35%;right:35%;width:200px"; if ($('wait_box')) { removeDiv('wait_box'); } @@ -782,7 +782,7 @@ function success_box(req, json) function error_box() { - alert('IBOX : error_box ajax not implemented'); + alert('[error_box] ajax not implemented'); } /** * show the ledger choice