Skip to content

Commit

Permalink
Merge pull request wikimedia#58 from kartikm/qunit-fix
Browse files Browse the repository at this point in the history
Fix the path to qunit.js and qunit.css
  • Loading branch information
santhoshtr committed Mar 25, 2014
2 parents df35815 + 671f3b1 commit 4de50c6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "libs/qunit"]
path = libs/qunit
url = git://github.com/jquery/qunit.git
[submodule "libs/CLDRPluralRuleParser"]
path = libs/CLDRPluralRuleParser
url = git://github.com/santhoshtr/CLDRPluralRuleParser.git
1 change: 0 additions & 1 deletion libs/qunit
Submodule qunit deleted from b0c3da
4 changes: 2 additions & 2 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<script src="../src/languages/uk.js"></script>

<!-- Test framework -->
<link rel="stylesheet" href="../libs/qunit/qunit/qunit.css">
<script src="../libs/qunit/qunit/qunit.js"></script>
<link rel="stylesheet" href="//code.jquery.com/qunit/qunit-1.14.0.css">
<script src="//code.jquery.com/qunit/qunit-1.14.0.js"></script>

<!-- Test config -->
<script>
Expand Down

0 comments on commit 4de50c6

Please sign in to comment.