mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-31 11:40:23 +00: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:
commit
efcd9604fa
2 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue