2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Merge pull request #13381 from twbs/vendor-jquery-min

rename jquery.js -> jquery.min.js since it's minified
This commit is contained in:
Chris Rebert
2014-04-19 18:43:09 -07:00
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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">