Skip to content

Commit

Permalink
Merge pull request #27 from akiyan/fixed-jquery-url-bootstrap3
Browse files Browse the repository at this point in the history
fixed jquery url in bootstrap3.ctp.
  • Loading branch information
slywalker committed Sep 4, 2013
2 parents da40bd9 + 3430580 commit a25ab6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion View/Layouts/bootstrap3.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
<?php echo $this->fetch('script'); ?>
Expand Down

0 comments on commit a25ab6a

Please sign in to comment.