r68006 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68005‎ | r68006 | r68007 >
Date:17:49, 14 June 2010
Author:catrope
Status:deferred
Tags:
Comment:
1.16wmf4: Fix r67753: incomplete merge of r67703
Modified paths:
  • /branches/wmf/1.16wmf4/skins/common/wikibits.js (modified) (history)

Diff [purge]

Index: branches/wmf/1.16wmf4/skins/common/wikibits.js
@@ -244,7 +244,7 @@
245245 // optimization technique.
246246 var linkContainers = [
247247 'column-one', // Monobook and Modern
248 - 'head', 'panel', 'p-logo' // Vector
 248+ 'mw-head', 'mw-panel', 'p-logo' // Vector
249249 ];
250250 for ( var i in linkContainers ) {
251251 var linkContainer = document.getElementById( linkContainers[i] );
Property changes on: branches/wmf/1.16wmf4/skins/common/wikibits.js
___________________________________________________________________
Name: svn:mergeinfo
252252 + /branches/wmf-deployment/skins/common/wikibits.js:60970
/trunk/phase3/skins/common/wikibits.js:63545-63546,63549,63643,63764,63897-63901,65015,65387,65391,65555,65590,65774,67703

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r67703Prefix Vector specific ids (head-base|page-base|head|panel) with mw- per bug ......platonides11:28, 9 June 2010
r677531.16wmf4: Merge some Vector fixes from trunk: r67537, r67544, r67576, r67631,...catrope19:52, 9 June 2010

Status & tagging log