r100664 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100663‎ | r100664 | r100665 >
Date:23:34, 24 October 2011
Author:preilly
Status:deferred
Tags:
Comment:
search suggestions and interwiki links
Modified paths:
  • /trunk/extensions/MobileFrontend/javascripts/application.js (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/javascripts/application.js
@@ -37,6 +37,9 @@
3838 function clearSearchBox( event ) {
3939 search.value = '';
4040 clearSearch.style.display = 'none';
 41+ if ( results ) {
 42+ results.style.display = 'none';
 43+ }
4144 if ( event ) {
4245 event.preventDefault();
4346 }

Status & tagging log