Index: trunk/phase3/resources/jquery/jquery.suggestions.js |
— | — | @@ -81,7 +81,7 @@ |
82 | 82 | } |
83 | 83 | } |
84 | 84 | |
85 | | - // clear result div if the value in the text is empty |
| 85 | + // clear result div if the value in the textbox is empty |
86 | 86 | if ( context.data.$textbox.val().length != 0 ) { |
87 | 87 | context.data.$container.hide(); |
88 | 88 | } |