]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - js/xbImportNode.js
PostNotice AJAX working in all browsers except IE
[quix0rs-gnu-social.git] / js / xbImportNode.js
index 4ba332a68f9f14c81fabf52466ffd16bbbf0c00a..1da6bae69a08ab95ec2ffe6b4f6489df530dd0e5 100644 (file)
@@ -43,4 +43,4 @@ document._importNode = function(node, allChildren) {
                        return document.createTextNode(node.nodeValue);
                        break;
        }
-};
\ No newline at end of file
+};