Index: trunk/phase3/skins/common/preview.js |
— | — | @@ -24,7 +24,8 @@ |
25 | 25 | page.load( wgScript+'?action=submit', |
26 | 26 | postData, |
27 | 27 | function() { |
28 | | - var copyElements = ['#wikiPreview', '.templatesUsed', '.hiddencats']; |
| 28 | + var copyElements = ['#wikiPreview', '.templatesUsed', '.hiddencats', |
| 29 | + '#catlinks']; |
29 | 30 | |
30 | 31 | for( var i=0; i<copyElements.length; ++i) { |
31 | 32 | // For all the specified elements, find the elements in the loaded page |