PostNotice AJAX working in all browsers except IE

darcs-hash:20081123015559-eefa4-5ce05e6e79236c6d5ebc87f0aa3ec4de51bae130.gz
This commit is contained in:
csarven
2008-11-22 20:55:59 -05:00
parent cc10e1505f
commit 04a4e883f0
4 changed files with 43 additions and 7 deletions

View File

@@ -43,4 +43,4 @@ document._importNode = function(node, allChildren) {
return document.createTextNode(node.nodeValue);
break;
}
};
};