[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 01/05: Documentation
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 01/05: Documentation |
Date: |
Thu, 7 Feb 2019 17:37:00 -0500 (EST) |
sparkyx pushed a commit to annotated tag rel7014
in repository noalyss.
commit 87c9664e5ccf87bb2b3e17fa20cba8e1cacd4656
Author: Dany De Bontridder <address@hidden>
Date: Mon Feb 4 12:56:23 2019 +0100
Documentation
---
html/js/infobulle.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/html/js/infobulle.js b/html/js/infobulle.js
index 381a369..48ae712 100644
--- a/html/js/infobulle.js
+++ b/html/js/infobulle.js
@@ -20,7 +20,7 @@
* \code
// Example
echo JS_INFOBULLE;
- echo HtmlInput::infobulle(x);
+ echo HtmlInput::Icon_Action(x);
\endcode
*/
@@ -64,4 +64,4 @@ function displayBulle(p_comment) {
d.style.top=posY+offsetY+"px";
d.style.left=posX+offsetX+"px";
d.style.visibility="visible";
-}
\ No newline at end of file
+}