Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix #13803: domManip remote-script evaluation per 1.9 (AJAX dataType …
…"script")
  • Loading branch information
gibson042 committed Apr 29, 2013
1 parent 55e319a commit 18cccd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/manipulation.js
Expand Up @@ -469,10 +469,10 @@ jQuery.extend({
return jQuery.ajax({
url: url,
type: "GET",
dataType: "text",
dataType: "script",
async: false,
global: false,
success: jQuery.globalEval
"throws": true
});
}
});
Expand Down

0 comments on commit 18cccd0

Please sign in to comment.