summaryrefslogtreecommitdiffstatshomepage
path: root/www/jsScuttle.php
diff options
context:
space:
mode:
authorGravatar Christian Weiske2011-03-20 22:15:34 +0100
committerGravatar Christian Weiske2011-03-20 22:15:34 +0100
commitbc178983b370ed005d569d70b4629e3181acc522 (patch)
treea7d5e99d85063641415b71f1b4160b3fb85a505a /www/jsScuttle.php
parent8146646a0e1c7535e62aeebab049f7b1740c86ae (diff)
parent975809a8347929c9eae9c6a8bf3beb8d92af63ef (diff)
downloadscuttle-bc178983b370ed005d569d70b4629e3181acc522.tar.gz
scuttle-bc178983b370ed005d569d70b4629e3181acc522.zip
Merge branch 'master' into jquery
Conflicts: doc/ChangeLog
Diffstat (limited to 'www/jsScuttle.php')
-rw-r--r--www/jsScuttle.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/jsScuttle.php b/www/jsScuttle.php
index f37da78..c166755 100644
--- a/www/jsScuttle.php
+++ b/www/jsScuttle.php
@@ -155,7 +155,10 @@ function processVotingResult() {
var bmnode = document.getElementById('bmv-'+bookmark);
bmnode.parentNode.replaceChild(
- response.getElementsByTagName('html')[0].firstChild,
+ xmlhttp.responseXML.importNode(
+ response.getElementsByTagName('html')[0].firstChild,
+ true
+ ),
bmnode
);
}