Skip to content

Commit ebf7faa

Browse files
committed
Updated Bootstrap to version 3.0.3.
1 parent 2cf5465 commit ebf7faa

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

angularjs.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<!--
33
/*
4-
* jQuery File Upload Plugin AngularJS Demo 2.1.1
4+
* jQuery File Upload Plugin AngularJS Demo 2.1.2
55
* https://github.com/blueimp/jQuery-File-Upload
66
*
77
* Copyright 2013, Sebastian Tschan
@@ -22,7 +22,7 @@
2222
<meta name="description" content="File Upload widget with multiple file selection, drag&amp;drop support, progress bars, validation and preview images, audio and video for AngularJS. Supports cross-domain, chunked and resumable file uploads and client-side image resizing. Works with any server-side platform (PHP, Python, Ruby on Rails, Java, Node.js, Go etc.) that supports standard HTML form file uploads.">
2323
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2424
<!-- Bootstrap styles -->
25-
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
25+
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css">
2626
<!-- Generic page styles -->
2727
<link rel="stylesheet" href="css/style.css">
2828
<!-- blueimp Gallery styles -->
@@ -186,7 +186,7 @@ <h3 class="title"></h3>
186186
<!-- The Canvas to Blob plugin is included for image resizing functionality -->
187187
<script src="http://blueimp.github.io/JavaScript-Canvas-to-Blob/js/canvas-to-blob.min.js"></script>
188188
<!-- Bootstrap JS is not required, but included for the responsive demo navigation -->
189-
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
189+
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
190190
<!-- blueimp Gallery script -->
191191
<script src="http://blueimp.github.io/Gallery/js/jquery.blueimp-gallery.min.js"></script>
192192
<!-- The Iframe Transport is required for browsers without support for XHR file uploads -->

basic-plus.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<!--
33
/*
4-
* jQuery File Upload Plugin Basic Plus Demo 1.3.4
4+
* jQuery File Upload Plugin Basic Plus Demo 1.3.5
55
* https://github.com/blueimp/jQuery-File-Upload
66
*
77
* Copyright 2013, Sebastian Tschan
@@ -20,7 +20,7 @@
2020
<meta name="description" content="File Upload widget with multiple file selection, drag&amp;drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.">
2121
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2222
<!-- Bootstrap styles -->
23-
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
23+
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css">
2424
<!-- Generic page styles -->
2525
<link rel="stylesheet" href="css/style.css">
2626
<!-- CSS to style the file input field as button and adjust the Bootstrap progress bars -->
@@ -104,7 +104,7 @@ <h3 class="panel-title">Demo Notes</h3>
104104
<!-- The Canvas to Blob plugin is included for image resizing functionality -->
105105
<script src="http://blueimp.github.io/JavaScript-Canvas-to-Blob/js/canvas-to-blob.min.js"></script>
106106
<!-- Bootstrap JS is not required, but included for the responsive demo navigation -->
107-
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
107+
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
108108
<!-- The Iframe Transport is required for browsers without support for XHR file uploads -->
109109
<script src="js/jquery.iframe-transport.js"></script>
110110
<!-- The basic File Upload plugin -->

basic.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<!--
33
/*
4-
* jQuery File Upload Plugin Basic Demo 1.2.3
4+
* jQuery File Upload Plugin Basic Demo 1.2.4
55
* https://github.com/blueimp/jQuery-File-Upload
66
*
77
* Copyright 2013, Sebastian Tschan
@@ -20,7 +20,7 @@
2020
<meta name="description" content="File Upload widget with multiple file selection, drag&amp;drop support and progress bar for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (PHP, Python, Ruby on Rails, Java, Node.js, Go etc.) that supports standard HTML form file uploads.">
2121
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2222
<!-- Bootstrap styles -->
23-
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
23+
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css">
2424
<!-- Generic page styles -->
2525
<link rel="stylesheet" href="css/style.css">
2626
<!-- CSS to style the file input field as button and adjust the Bootstrap progress bars -->
@@ -104,7 +104,7 @@ <h3 class="panel-title">Demo Notes</h3>
104104
<!-- The basic File Upload plugin -->
105105
<script src="js/jquery.fileupload.js"></script>
106106
<!-- Bootstrap JS is not required, but included for the responsive demo navigation -->
107-
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
107+
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
108108
<script>
109109
/*jslint unparam: true */
110110
/*global window, $ */

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<!--
33
/*
4-
* jQuery File Upload Plugin Demo 9.0.0
4+
* jQuery File Upload Plugin Demo 9.0.1
55
* https://github.com/blueimp/jQuery-File-Upload
66
*
77
* Copyright 2010, Sebastian Tschan
@@ -22,7 +22,7 @@
2222
<meta name="description" content="File Upload widget with multiple file selection, drag&amp;drop support, progress bars, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads and client-side image resizing. Works with any server-side platform (PHP, Python, Ruby on Rails, Java, Node.js, Go etc.) that supports standard HTML form file uploads.">
2323
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2424
<!-- Bootstrap styles -->
25-
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
25+
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css">
2626
<!-- Generic page styles -->
2727
<link rel="stylesheet" href="css/style.css">
2828
<!-- blueimp Gallery styles -->
@@ -226,7 +226,7 @@ <h3 class="title"></h3>
226226
<!-- The Canvas to Blob plugin is included for image resizing functionality -->
227227
<script src="http://blueimp.github.io/JavaScript-Canvas-to-Blob/js/canvas-to-blob.min.js"></script>
228228
<!-- Bootstrap JS is not required, but included for the responsive demo navigation -->
229-
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
229+
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
230230
<!-- blueimp Gallery script -->
231231
<script src="http://blueimp.github.io/Gallery/js/jquery.blueimp-gallery.min.js"></script>
232232
<!-- The Iframe Transport is required for browsers without support for XHR file uploads -->

0 commit comments

Comments
 (0)