Skip to content

Commit

Permalink
test partial feature loading in IE8- (see #433)
Browse files Browse the repository at this point in the history
  • Loading branch information
aFarkas committed Sep 3, 2014
1 parent 1e782c1 commit 253e20a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

} else {
document.write('<p><a href="jquery\/index.html">jQuery tests<\/a><\/p>');
document.write('<p><a href="load-test.html?notrycatch=true">test loading test<\/a><\/p>');
}
</script>

Expand Down
2 changes: 1 addition & 1 deletion tests/load-test.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<link rel="stylesheet" href="qunit/qunit.css" type="text/css" media="screen">

<script src="http://code.jquery.com/jquery-2.0.3.js"></script>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script>

</script>
Expand Down

0 comments on commit 253e20a

Please sign in to comment.