Skip to content

Commit

Permalink
no submodule for qunit. we\'ll do this staticly.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Oct 23, 2010
1 parent 0dda762 commit decdfc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Modernizr Test Suite</title>
<link rel="stylesheet" href="qunit/qunit/qunit.css" media="screen">
<link rel="stylesheet" href="qunit/qunit.css" media="screen">
<style>
#testbed { font-family: Helvetica; color: #444; padding-bottom: 100px;}
#testbed button { margin: 30px; font-size: 13px;}
Expand All @@ -14,7 +14,7 @@
table tbody tr:hover td, table tbody tr:hover th { background: #e1e100!important;}
td.wrong { background:red!important;}
</style>
<script type="text/javascript" src="qunit/qunit/qunit.js"></script>
<script type="text/javascript" src="qunit/qunit.js"></script>
<script src="jquery-1.4.2.js"></script>

<script>
Expand Down
1 change: 0 additions & 1 deletion test/qunit
Submodule qunit deleted from bb05cc

0 comments on commit decdfc0

Please sign in to comment.