Skip to content

Commit

Permalink
[BUG #6263] adapted html files to script path
Browse files Browse the repository at this point in the history
  • Loading branch information
thron7 committed Mar 27, 2012
1 parent 0e11206 commit a9cb44f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion component/standalone/website/test/test-source.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>q unit tests</title>
<script type="text/javascript" src="q-test-source.js"></script>
<script type="text/javascript" src="script/q-test-source.js"></script>
</head>
<body>
<script type="text/javascript" src="tests.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion component/standalone/website/test/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<script type="text/javascript" src="q.js"></script>
<script type="text/javascript" src="testrunner-portable.js"></script>
-->
<script type="text/javascript" src="q-test.js"></script>
<script type="text/javascript" src="script/q-test.js"></script>
</head>
<body>
<script type="text/javascript" src="tests.js"></script>
Expand Down

0 comments on commit a9cb44f

Please sign in to comment.