From: Thomas Gries Date: Mon, 13 Jun 2011 09:43:19 +0000 (+0000) Subject: corrected comment X-Git-Tag: 1.31.0-rc.0~29559 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=commitdiff_plain;h=cb261d7a2beed808d1d1eea1666961688a071359;p=lhc%2Fweb%2Fwiklou.git corrected comment --- diff --git a/resources/jquery/jquery.suggestions.js b/resources/jquery/jquery.suggestions.js index 8f5868d297..8b0da23e5e 100644 --- a/resources/jquery/jquery.suggestions.js +++ b/resources/jquery/jquery.suggestions.js @@ -81,7 +81,7 @@ $.suggestions = { } } - // clear result div if the value in the text is empty + // clear result div if the value in the textbox is empty if ( context.data.$textbox.val().length != 0 ) { context.data.$container.hide(); }