r100714 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100713‎ | r100714 | r100715 >
Date:17:13, 25 October 2011
Author:preilly
Status:deferred
Tags:
Comment:
search suggestions and interwiki links
Modified paths:
  • /trunk/extensions/MobileFrontend/javascripts/opensearch.js (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/javascripts/opensearch.js
@@ -15,7 +15,7 @@
1616
1717 results.style.width = ( sq.offsetWidth - 2 ) + pixels;
1818 results.style.left = sq.offsetLeft + pixels;
19 -results.style.top = ( sq.offsetTop + sq.offsetHeight ) + pixels;
 19+results.style.top = ( sq.offsetTop + sq.offsetHeight ) + pixels;
2020
2121 window.onload = function () {
2222 search.addEventListener( 'keyup',

Status & tagging log