Bug Tracker

Changeset 4193

Show
Ignore:
Timestamp:
12/17/07 00:48:12 (9 months ago)
Author:
jeresig
Message:

The extra & was getting gobbled, oops.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/jquery/src/ajax.js

    r4192 r4193  
    178178            // Replace the =? sequence both in the query string and the data 
    179179            if ( s.data ) 
    180                 s.data = (s.data + "").replace(jsre, "=" + jsonp); 
    181             s.url = s.url.replace(jsre, "=" + jsonp); 
     180                s.data = (s.data + "").replace(jsre, "=" + jsonp + "$1"); 
     181            s.url = s.url.replace(jsre, "=" + jsonp + "$1"); 
    182182 
    183183            // We need to make sure