Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes #10285 (for real this time).
  • Loading branch information
jaubourg committed May 12, 2012
1 parent f93a2f5 commit 7778c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manipulation.js
Expand Up @@ -350,7 +350,7 @@ jQuery.fn.extend({
dataType: "script"
});
} else {
jQuery.globalEval( ( elem.text || elem.textContent || elem.innerHTML || "" ).replace( rcleanScript, "/*$0*/" ) );
jQuery.globalEval( ( elem.text || elem.textContent || elem.innerHTML || "" ).replace( rcleanScript, "" ) );
}

if ( elem.parentNode ) {
Expand Down

0 comments on commit 7778c77

Please sign in to comment.