Index: branches/wmf/1.16wmf4/skins/common/preview.js |
— | — | @@ -26,7 +26,7 @@ |
27 | 27 | target = window.location.href; |
28 | 28 | } |
29 | 29 | |
30 | | - page.load( target, postData, |
| 30 | + page.load( target + ' ' + copySelector, postData, |
31 | 31 | function() { |
32 | 32 | |
33 | 33 | for( var i=0; i<copyElements.length; ++i) { |
Property changes on: branches/wmf/1.16wmf4/skins/common/preview.js |
___________________________________________________________________ |
Name: svn:mergeinfo |
34 | 34 | - /branches/wmf-deployment/skins/common/preview.js:60970 |
/trunk/phase3/skins/common/preview.js:63545-63546,63549,63643,63764,63897-63901,65015,65384 |
35 | 35 | + /branches/wmf-deployment/skins/common/preview.js:60970 |
/trunk/phase3/skins/common/preview.js:63545-63546,63549,63643,63764,63897-63901,65015,65384,65388 |