diff options
author | csarven <csarven@controlyourself.ca> | 2008-11-22 20:55:59 -0500 |
---|---|---|
committer | csarven <csarven@controlyourself.ca> | 2008-11-22 20:55:59 -0500 |
commit | 04a4e883f0df50064f480eb062d900764ba1a172 (patch) | |
tree | 7127b44105498bd446a988e6ef317c1969e03831 /js/xbImportNode.js | |
parent | cc10e1505f358dbbb6079b8374e72f3e19bafb99 (diff) |
PostNotice AJAX working in all browsers except IE
darcs-hash:20081123015559-eefa4-5ce05e6e79236c6d5ebc87f0aa3ec4de51bae130.gz
Diffstat (limited to 'js/xbImportNode.js')
-rw-r--r-- | js/xbImportNode.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/xbImportNode.js b/js/xbImportNode.js index 4ba332a68..1da6bae69 100644 --- a/js/xbImportNode.js +++ b/js/xbImportNode.js @@ -43,4 +43,4 @@ document._importNode = function(node, allChildren) { return document.createTextNode(node.nodeValue); break; } -};
\ No newline at end of file +}; |