r112106 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r112105
|
r112106
|
r112107
>
Date:
13:50, 22 February 2012
Author:
jdlrobson
Status:
ok
Tags:
Comment:
remove redundant line for sizing results
the results in beta mode are 100% width by default
see #32175
Modified paths:
/trunk/extensions/MobileFrontend/javascripts/beta_opensearch.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/MobileFrontend/javascripts/beta_opensearch.js
—
—
@@ -49,7 +49,6 @@
50
50
if ( !focused ) {
51
51
MobileFrontend.utils( document.body ).addClass( 'full-screen-search' );
52
52
sq.className = '';
53
- results.style.width = document.body.clientWidth + pixels;
54
53
55
54
pE = document.getElementById( 'placeholder' );
56
55
if ( !pE ) {
Status & tagging log
17:08, 22 February 2012
Preilly
(
talk
|
contribs
)
changed the
status
of r112106
[
removed:
new
added:
ok]