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:
0838bdf
)
Set cache to false as default for script or json requests. Fixes 7578.
author
Anton M
<haskell_noob-github@yahoo.de>
Fri, 19 Nov 2010 22:14:24 +0000
(23:14 +0100)
committer
Anton M
<haskell_noob-github@yahoo.de>
Fri, 19 Nov 2010 22:14:24 +0000
(23:14 +0100)
src/ajax.js
patch
|
blob
|
history
diff --git
a/src/ajax.js
b/src/ajax.js
index
d10b931
..
e82a082
100644
(file)
--- a/
src/ajax.js
+++ b/
src/ajax.js
@@
-261,7
+261,7
@@
jQuery.extend({
};
}
- if ( s.dataType === "script" && s.cache === null ) {
+ if ( s.dataType === "script" && s.cache === undefined ) {
s.cache = false;
}