Skip to main content

Bug Tracker

Side navigation

Ticket #3344: 3344.patch


File 3344.patch, 0.4 KB (added by waterson, September 09, 2008 03:42PM UTC)

Proposed changes

Index: core.js
===================================================================
--- core.js	(revision 5841)
+++ core.js	(working copy)
@@ -201,7 +201,7 @@
 		if ( this[0] )
 			// The elements to wrap the target around
 			jQuery( html, this[0].ownerDocument )
-				.clone()
+				.clone(true)
 				.insertBefore( this[0] )
 				.map(function(){
 					var elem = this;

Download in other formats:

Original Format