From 87c9664e5ccf87bb2b3e17fa20cba8e1cacd4656 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Mon, 4 Feb 2019 12:56:23 +0100 Subject: [PATCH] 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 381a36951..48ae712ae 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 +}