corrected comment
authorThomas Gries <wikinaut@users.mediawiki.org>
Mon, 13 Jun 2011 09:43:19 +0000 (09:43 +0000)
committerThomas Gries <wikinaut@users.mediawiki.org>
Mon, 13 Jun 2011 09:43:19 +0000 (09:43 +0000)
resources/jquery/jquery.suggestions.js

index 8f5868d..8b0da23 100644 (file)
@@ -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();
                }