Skip to content

Commit bbc77de

Browse files
author
Florian Kissling
committed
Update Bootstrap on demo pages from v2.3.1 to v2.3.2 – the latest 2.x.
1 parent 4d936eb commit bbc77de

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

_jekyll/_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
66
<script src="//select2.github.io/select2/select2-{{ page.version }}/select2.js"></script>
77
<link rel="stylesheet" type="text/css" href="//select2.github.io/select2/select2-{{ page.version }}/select2.css"/>
8-
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">
8+
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet">
99
<link rel="stylesheet" type="text/css" href="select2-bootstrap.css"/>
1010
</head>
1111
<body style="margin:20px;">
@@ -183,7 +183,7 @@ <h1>Select2 version {{ page.version }}</h1>
183183

184184
<script>
185185
$('.select2').select2({ placeholder : '' });
186-
186+
187187
$('.select2-remote').select2({ data: [{id:'A', text:'A'}]});
188188

189189
$('button[data-select2-open]').click(function(){

_jekyll/_layouts/minimal.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
66
<script src="//select2.github.io/select2/select2-{{ page.version }}/select2.js"></script>
77
<link rel="stylesheet" type="text/css" href="//select2.github.io/select2/select2-{{ page.version }}/select2.css"/>
8-
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">
8+
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet">
99
<link rel="stylesheet" type="text/css" href="select2-bootstrap.css"/>
1010
</head>
1111
<body style="margin:20px;">

docs/3.3.2.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
66
<script src="//select2.github.io/select2/select2-3.3.2/select2.js"></script>
77
<link rel="stylesheet" type="text/css" href="//select2.github.io/select2/select2-3.3.2/select2.css"/>
8-
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">
8+
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet">
99
<link rel="stylesheet" type="text/css" href="select2-bootstrap.css"/>
1010
</head>
1111
<body style="margin:20px;">
@@ -185,7 +185,7 @@ <h1>Select2 version 3.3.2</h1>
185185

186186
<script>
187187
$('.select2').select2({ placeholder : '' });
188-
188+
189189
$('.select2-remote').select2({ data: [{id:'A', text:'A'}]});
190190

191191
$('button[data-select2-open]').click(function(){

docs/3.4.1.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
66
<script src="//select2.github.io/select2/select2-3.4.1/select2.js"></script>
77
<link rel="stylesheet" type="text/css" href="//select2.github.io/select2/select2-3.4.1/select2.css"/>
8-
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">
8+
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet">
99
<link rel="stylesheet" type="text/css" href="select2-bootstrap.css"/>
1010
</head>
1111
<body style="margin:20px;">
@@ -185,7 +185,7 @@ <h1>Select2 version 3.4.1</h1>
185185

186186
<script>
187187
$('.select2').select2({ placeholder : '' });
188-
188+
189189
$('.select2-remote').select2({ data: [{id:'A', text:'A'}]});
190190

191191
$('button[data-select2-open]').click(function(){

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
66
<script src="//select2.github.io/select2/select2-/select2.js"></script>
77
<link rel="stylesheet" type="text/css" href="//select2.github.io/select2/select2-/select2.css"/>
8-
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">
8+
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet">
99
<link rel="stylesheet" type="text/css" href="select2-bootstrap.css"/>
1010
</head>
1111
<body style="margin:20px;">

0 commit comments

Comments
 (0)