summaryrefslogtreecommitdiff
path: root/www/jsScuttle.php
diff options
context:
space:
mode:
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
);
}