noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 03/10: Code documentation


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 03/10: Code documentation
Date: Thu, 27 Aug 2015 01:33:55 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 6d0e8b51db7c7ccd9ad824053f258ba8fa9aaabb
Author: Dany De Bontridder <address@hidden>
Date:   Thu Aug 27 02:51:08 2015 +0200

    Code documentation
---
 html/js/scripts.js |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/html/js/scripts.js b/html/js/scripts.js
index 4cc86c1..49bd3d3 100644
--- a/html/js/scripts.js
+++ b/html/js/scripts.js
@@ -2904,10 +2904,16 @@ function confirm_form(p_obj, p_message,p_callback_true)
     remove_waiting_box();
     return false;
 }
+/**
+ * Alert box in CSS and HTML to replace the common javascript alert
+ * @param p_message message to display
+ * @returns void
+ */
 function alert_box(p_message)
 {
     smoke.alert(p_message,false , {ok:'ok',classname:"inner_box"});
 }
+
 /**
  * All the onload must be here otherwise the other will overwritten
  * @returns {undefined}



reply via email to

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