Index: trunk/phase3/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) { |