noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 03/06: Replace message error_box


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 03/06: Replace message error_box
Date: Thu, 11 Sep 2014 17:07:11 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit a51259a3e18b4cda240bb557cbc72d43b88515f4
Author: Dany De Bontridder <address@hidden>
Date:   Fri Sep 5 20:00:46 2014 +0200

    Replace message error_box
---
 html/js/scripts.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/html/js/scripts.js b/html/js/scripts.js
index cad9059..7f36b66 100644
--- a/html/js/scripts.js
+++ b/html/js/scripts.js
@@ -684,7 +684,7 @@ function waiting_box()
         id: 'wait_box', html: '<h2 class="title">Chargement</h2>'+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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]