mirror of
https://github.com/jquery/jquery.git
synced 2026-02-06 11:25:07 -05:00
jQuery.ajaxSetup() data is merged with params. Fixes #10524
This commit is contained in:
committed by
Rick Waldron waldron.rick@gmail.com
parent
dc3c983be0
commit
6bed348a00
@@ -183,7 +183,6 @@ jQuery.fn.extend({
|
||||
|
||||
// Otherwise, build a param string
|
||||
} else if ( typeof params === "object" ) {
|
||||
params = jQuery.param( params, jQuery.ajaxSettings.traditional );
|
||||
type = "POST";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user