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 @@
63
63
}
64
64
});
65
65
$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();
70
66
}
71
67
},
72
68
cancel: function () {
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r89951
fix for
bug29368
which may have consequences. Please code reviewers, pls. che...
wikinaut
09:38, 13 June 2011
Status & tagging log
13:25, 14 June 2011
Catrope
(
talk
|
contribs
)
changed the
status
of r89954
[
removed:
new
added:
ok]