r89953 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89952‎ | r89953 | r89954 >
Date:09:43, 13 June 2011
Author:wikinaut
Status:ok
Tags:
Comment:
corrected comment
Modified paths:
  • /trunk/phase3/resources/jquery/jquery.suggestions.js (modified) (history)

Diff [purge]

Index: trunk/phase3/resources/jquery/jquery.suggestions.js
@@ -81,7 +81,7 @@
8282 }
8383 }
8484
85 - // clear result div if the value in the text is empty
 85+ // clear result div if the value in the textbox is empty
8686 if ( context.data.$textbox.val().length != 0 ) {
8787 context.data.$container.hide();
8888 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r89956follow up patch to r89950 r89952 r89953 r89955 : moved div clearing inside ca...wikinaut11:16, 13 June 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89950do not sent api requests for empty inputs, e.g. after a character input follo...wikinaut08:41, 13 June 2011

Status & tagging log