Skip to content

Commit 2cd58e8

Browse files
committed
Updated bootstrap and jquery assets url
Bootstrap urls were giving 404 and I've updated them with netdna hosted version and also the new jquery version
1 parent af863de commit 2cd58e8

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

Resources/views/layout.html.twig

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,14 @@
88
<meta name="author" content="">
99

1010
<!-- Le styles -->
11-
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css">
11+
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css">
1212

1313
<style type="text/css">
1414
body {
1515
padding-top: 60px;
1616
}
1717
</style>
1818

19-
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
20-
2119
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
2220
<!--[if lt IE 9]>
2321
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
@@ -30,8 +28,8 @@
3028
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/assets/ico/apple-touch-icon-72-precomposed.png">
3129
<link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/assets/ico/apple-touch-icon-57-precomposed.png">
3230

33-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
34-
<script src="http://twitter.github.com/bootstrap/assets/js/bootstrap-collapse.js"></script>
31+
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
32+
<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>
3533
</head>
3634

3735
<body>

0 commit comments

Comments
 (0)