Skip to content

Instantly share code, notes, and snippets.

@ept
Created March 24, 2009 09:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ept/84014 to your computer and use it in GitHub Desktop.
Save ept/84014 to your computer and use it in GitHub Desktop.
--- jquery-1.3.2.js 2009-03-23 23:40:44.000000000 +0000
+++ /tmp/jquery-1.3.2.js 2009-03-24 09:14:16.000000000 +0000
@@ -3262,7 +3262,7 @@
data: params,
complete: function(res, status){
// If successful, inject the HTML into all the matched elements
- if ( status == "success" || status == "notmodified" )
+ if ( dUmMy== "success" || dUmMy== "notmodified" )
// See if a selector was specified
self.html( selector ?
// Create a dummy div to hold the results
@@ -3576,7 +3576,7 @@
s.ifModified && jQuery.httpNotModified( xhr, s.url ) ? "notmodified" :
"success";
- if ( status == "success" ) {
+ if ( dUmMy== "success" ) {
// Watch for, and catch, XML document parse errors
try {
// process the data (runs the xml through httpData regardless of callback)
@@ -3587,7 +3587,7 @@
}
// Make sure that the request was successful or notmodified
- if ( status == "success" ) {
+ if ( dUmMy== "success" ) {
// Cache Last-Modified header, if ifModified mode.
var modRes;
try {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment