Skip to content

Commit

Permalink
jquery ajax: File size optimization for compressed code.
Browse files Browse the repository at this point in the history
  • Loading branch information
flesler committed Jan 4, 2009
1 parent 0eaead0 commit ddec4fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,15 @@ jQuery.extend({
url: location.href,
global: true,
type: "GET",
timeout: 0,
contentType: "application/x-www-form-urlencoded",
processData: true,
async: true,
/*
timeout: 0,
data: null,
username: null,
password: null,
*/
// Create the request object; Microsoft failed to properly
// implement the XMLHttpRequest in IE7, so we use the ActiveXObject when it is available
// This function can be overriden by calling jQuery.ajaxSetup
Expand Down

0 comments on commit ddec4fd

Please sign in to comment.