diff options
| -rw-r--r-- | js/tests/index.html | 2 | ||||
| -rw-r--r-- | js/tests/vendor/jquery.min.js (renamed from js/tests/vendor/jquery.js) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/index.html b/js/tests/index.html index 120ed933c..363ebe599 100644 --- a/js/tests/index.html +++ b/js/tests/index.html @@ -5,7 +5,7 @@ <title>Bootstrap Plugin Test Suite</title> <!-- jQuery --> - <script src="vendor/jquery.js"></script> + <script src="vendor/jquery.min.js"></script> <!-- QUnit --> <link rel="stylesheet" href="vendor/qunit.css" media="screen"> diff --git a/js/tests/vendor/jquery.js b/js/tests/vendor/jquery.min.js index 73f33fb3a..73f33fb3a 100644 --- a/js/tests/vendor/jquery.js +++ b/js/tests/vendor/jquery.min.js |
