Changes between Initial Version and Version 1 of Ticket #13051, comment 8
- Timestamp:
- Jan 21, 2013, 1:58:35 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13051, comment 8
initial v1 19 19 20 20 I used "blind man debugging" (putting returns and reloading the page 21 untill no more script/only one scrip loads)21 untill no more script/only one script loads) 22 22 23 23 I tracked down the first javascript load (script.js) to be done by: 24 src/manipulation.js#284:24 https://github.com/vvo/jquery/blob/double_script_bug/src/manipulation.js#L284: 25 25 fragment = jQuery.buildFragment( args, this[ 0 26 26 ].ownerDocument, false, this ); … … 34 34 35 35 The second load of scirpt.js?timestamp is done by the append function: 36 manipulation.js#11136 https://github.com/vvo/jquery/blob/double_script_bug/src/manipulation.js#L111 37 37 this.appendChild( elem ); 38 38