patch for sharing glitch in IE

This commit is contained in:
KeyserSosa
2008-07-18 16:19:26 -07:00
parent b77585ce6e
commit a23ad244d0

View File

@@ -526,7 +526,8 @@ ThingForm.prototype = {
attach: function(where) {
if (this.form.parentNode) {
if(this.form.parentNode != where) {
// TODO
this.form.parentNode.removeChild(this.form);
where.insertBefore(this.form, where.firstChild);
}
}
else {