r89954 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89953‎ | r89954 | r89955 >
Date:09:47, 13 June 2011
Author:wikinaut
Status:ok
Tags:
Comment:
removed code for clearing result div in case of empty input textbox. This is now handled in the jquery.suggestion.js class see r89951 and bug29368
Modified paths:
  • /trunk/extensions/Vector/modules/ext.vector.simpleSearch.js (modified) (history)

Diff [purge]

Index: trunk/extensions/Vector/modules/ext.vector.simpleSearch.js
@@ -62,10 +62,6 @@
6363 }
6464 });
6565 $this.data( 'request', request );
66 - } else {
67 - // no need to send ajax request for empty input but clear the result div
68 - var context = $this.data( 'suggestions-context' );
69 - context.data.$container.hide();
7066 }
7167 },
7268 cancel: function () {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89951fix for bug29368 which may have consequences. Please code reviewers, pls. che...wikinaut09:38, 13 June 2011

Status & tagging log