Bug Tracker

Changes between Initial Version and Version 1 of Ticket #13051, comment 8


Ignore:
Timestamp:
Jan 21, 2013, 1:58:35 PM (10 years ago)
Author:
vvo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13051, comment 8

    initial v1  
    1919
    2020I used "blind man debugging" (putting returns and reloading the page
    21 untill no more script/only one scrip loads)
     21untill no more script/only one script loads)
    2222
    2323I tracked down the first javascript load (script.js) to be done by:
    24 src/manipulation.js#284:
     24https://github.com/vvo/jquery/blob/double_script_bug/src/manipulation.js#L284:
    2525fragment = jQuery.buildFragment( args, this[ 0
    2626].ownerDocument, false, this );
     
    3434
    3535The second load of scirpt.js?timestamp is done by the append function:
    36 manipulation.js#111
     36https://github.com/vvo/jquery/blob/double_script_bug/src/manipulation.js#L111
    3737this.appendChild( elem );
    3838