Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit 88c6d7d

Browse files
committed
Up bootstrap version
Change-Id: Ia5ba284e80633948154c05f2d8e5e44b7973595f
1 parent 2e3554a commit 88c6d7d

File tree

17 files changed

+14364
-96
lines changed

17 files changed

+14364
-96
lines changed

examples/feed-combiner-java8-webapp/src/main/resources/templates/feed-entries.ftl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
<title>Feed Entries</title>
4949

5050
<!-- Bootstrap core CSS -->
51-
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet">
51+
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
5252

5353
<!-- Bootstrap theme -->
54-
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css" rel="stylesheet">
54+
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" rel="stylesheet">
5555
</head>
5656
<body>
5757

examples/feed-combiner-java8-webapp/src/main/resources/templates/index.ftl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
<title>Feed Combiner</title>
4949

5050
<!-- Bootstrap core CSS -->
51-
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet">
51+
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
5252

5353
<!-- Bootstrap theme -->
54-
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css" rel="stylesheet">
54+
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" rel="stylesheet">
5555

5656
<style type="text/css">
5757
body {
@@ -169,8 +169,8 @@
169169
</div>
170170
<!-- /container -->
171171

172-
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
173-
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
172+
<script src="//code.jquery.com/jquery-1.12.4.min.js"></script>
173+
<script src="lib/bootstrap.js"></script>
174174

175175
</body>
176176
</html>

0 commit comments

Comments
 (0)