Rolling back fix for #914 due to firefox double evaling scripts

This commit is contained in:
Brandon Aaron 2007-02-17 20:34:15 +00:00
parent 5c9fadbc5d
commit ef1bd04532

View file

@ -77,7 +77,7 @@ jQuery.fn.extend({
complete: function(res, status){
if ( status == "success" || !ifModified && status == "notmodified" )
// Inject the HTML into all the matched elements
self.html(res.responseText)
self.attr("innerHTML", res.responseText)
// Execute all the scripts inside of the newly-injected HTML
.evalScripts()
// Execute callback