git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a80d05
)
nevermind, I'm dumb. =P
author
Sean Catchpole
<littlecooldude@gmail.com>
Thu, 26 Jul 2007 00:31:48 +0000
(
00:31
+0000)
committer
Sean Catchpole
<littlecooldude@gmail.com>
Thu, 26 Jul 2007 00:31:48 +0000
(
00:31
+0000)
src/ajax/ajax.js
patch
|
blob
|
history
diff --git
a/src/ajax/ajax.js
b/src/ajax/ajax.js
index
c8e10bd
..
645caf7
100644
(file)
--- a/
src/ajax/ajax.js
+++ b/
src/ajax/ajax.js
@@
-794,7
+794,7
@@
jQuery.extend({
// If the value is an array then the key names need to be repeated
if ( a[j] && a[j].constructor == Array )
jQuery.each( a[j], function(){
- s.push( encodeURIComponent(j) + "[]=" + encodeURIComponent( this ) );
+ s.push( encodeURIComponent(j) + "=" + encodeURIComponent( this ) );
});
else
s.push( encodeURIComponent(j) + "=" + encodeURIComponent( a[j] ) );