r101214 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r101213
|
r101214
|
r101215
>
Date:
21:58, 28 October 2011
Author:
preilly
Status:
ok
Tags:
Comment:
call search api after + update
Modified paths:
/trunk/extensions/MobileFrontend/javascripts/opensearch.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/MobileFrontend/javascripts/opensearch.js
—
—
@@ -95,6 +95,7 @@
96
96
function sqValUpdate( sqValue ) {
97
97
if ( search ) {
98
98
search.value = sqValue;
99
+ searchApi( search.value );
99
100
}
100
101
}
101
102
Follow-up revisions
Revision
Commit summary
Author
Date
r101215
mft
r101214
preilly
21:59, 28 October 2011
Status & tagging log
22:34, 13 December 2011
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r101214
[
removed:
new
added:
ok]