Side navigation
Ticket #2626: remove.patch
File remove.patch, 0.3 KB (added by scottgonzalez, March 31, 2008 10:22PM UTC)
Index: ui.base.js
===================================================================
--- ui.base.js (revision 5158)
+++ ui.base.js (working copy)
@@ -107,7 +107,7 @@
});
},
remove: function() {
- this.trigger("remove");
+ jQuery("*", this).add(this).trigger("remove");
return _remove.apply(this, arguments );
}
});
Download in other formats:
Original Format
File remove.patch, 0.3 KB (added by scottgonzalez, March 31, 2008 10:22PM UTC)
Index: ui.base.js
===================================================================
--- ui.base.js (revision 5158)
+++ ui.base.js (working copy)
@@ -107,7 +107,7 @@
});
},
remove: function() {
- this.trigger("remove");
+ jQuery("*", this).add(this).trigger("remove");
return _remove.apply(this, arguments );
}
});