r55570 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55569‎ | r55570 | r55571 >
Date:14:28, 25 August 2009
Author:werdna
Status:ok
Tags:
Comment:
Update ordinary cat links as well
Modified paths:
  • /trunk/phase3/skins/common/preview.js (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/preview.js
@@ -24,7 +24,8 @@
2525 page.load( wgScript+'?action=submit',
2626 postData,
2727 function() {
28 - var copyElements = ['#wikiPreview', '.templatesUsed', '.hiddencats'];
 28+ var copyElements = ['#wikiPreview', '.templatesUsed', '.hiddencats',
 29+ '#catlinks'];
2930
3031 for( var i=0; i<copyElements.length; ++i) {
3132 // For all the specified elements, find the elements in the loaded page

Status & tagging log