Skip to content

Commit 6df868a

Browse files
committed
Merge pull request laravel#3409 from antonybudianto/patch-1
Update latest CDN
2 parents bb6c23c + 6ab4004 commit 6df868a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/app.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
@yield('content')
5757

5858
<!-- Scripts -->
59-
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
60-
<script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.1/js/bootstrap.min.js"></script>
59+
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
60+
<script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/js/bootstrap.min.js"></script>
6161
</body>
6262
</html>

0 commit comments

Comments
 (0)