mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 08:17:58 -05:00
patch for sharing glitch in IE
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user