Fix the path to qunit.js and qunit.css
The submodule no longer provides qunit.js or qunit.css So, directly accessing them from the CDN now.
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
<script src="../src/jquery.uls.core.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>
|
||||
|
||||
Reference in New Issue
Block a user