From: Andrew Garrett Date: Wed, 21 Apr 2010 13:53:59 +0000 (+0000) Subject: Fix regression in r65384 with document.write() compatibility X-Git-Tag: 1.31.0-rc.0~37044 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=de0aeb253ad6dcd5dfcc06e9d82c15eb3b62c830;p=lhc%2Fweb%2Fwiklou.git Fix regression in r65384 with document.write() compatibility --- diff --git a/skins/common/preview.js b/skins/common/preview.js index ea876556ba..7ad3df078e 100644 --- a/skins/common/preview.js +++ b/skins/common/preview.js @@ -26,7 +26,7 @@ function doLivePreview( e ) { target = window.location.href; } - page.load( target, postData, + page.load( target + ' ' + copySelector, postData, function() { for( var i=0; i