Changed to use Google CDN for JQuery.

This commit is contained in:
Todd Fredrich
2012-05-01 14:56:26 -06:00
parent 2e39b94918
commit f00093f0ed
5 changed files with 10 additions and 12 deletions

View File

@ -101,7 +101,7 @@
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://d7im4lln3lvbg.cloudfront.net/jquery/jquery.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-transition.js"></script>
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-alert.js"></script>
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-modal.js"></script>