Skip to content

Commit a25ab6a

Browse files
committed
Merge pull request #27 from akiyan/fixed-jquery-url-bootstrap3
fixed jquery url in bootstrap3.ctp.
2 parents da40bd9 + 3430580 commit a25ab6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

View/Layouts/bootstrap3.ctp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<!-- Le javascript
7474
================================================== -->
7575
<!-- Placed at the end of the document so the pages load faster -->
76-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9/jquery.min.js"></script>
76+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
7777
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
7878
<script src="//google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
7979
<?php echo $this->fetch('script'); ?>

0 commit comments

Comments
 (0)