update target of evalScripts test

This commit is contained in:
Mike Alsup 2007-01-01 17:29:31 +00:00
parent 41f62e1364
commit 407ba8308c

View File

@ -434,7 +434,7 @@ test("evalScripts() with no script elements", function() {
url: 'data/text.php?' + new Date().getTime(),
success: function(data, status) {
ok ( true, 'before evalScripts()');
jQuery('#output').html(data).evalScripts();
jQuery('#foo').html(data).evalScripts();
ok ( true, 'after evalScripts()');
start();
}