aboutsummaryrefslogtreecommitdiffstats
path: root/library/blueimp_upload/basic.html
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-10-29 07:43:40 +0100
committerMario Vavti <mario@mariovavti.com>2018-10-29 07:43:40 +0100
commite1df69dfcb09d28635db995a147329453be6c4bf (patch)
tree8da7b9fdad15ae4ba3783e453533f47c5bb5e241 /library/blueimp_upload/basic.html
parent3de055bf65582e68e1d48658dde256d6031ab436 (diff)
parent3d9b1fd343b57573a29bf7e65d0055eb1d92398d (diff)
downloadvolse-hubzilla-e1df69dfcb09d28635db995a147329453be6c4bf.tar.gz
volse-hubzilla-e1df69dfcb09d28635db995a147329453be6c4bf.tar.bz2
volse-hubzilla-e1df69dfcb09d28635db995a147329453be6c4bf.zip
Merge branch 'dev'
Diffstat (limited to 'library/blueimp_upload/basic.html')
-rw-r--r--library/blueimp_upload/basic.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/blueimp_upload/basic.html b/library/blueimp_upload/basic.html
index c0df639b4..232a24624 100644
--- a/library/blueimp_upload/basic.html
+++ b/library/blueimp_upload/basic.html
@@ -20,7 +20,7 @@
<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.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap styles -->
-<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
+<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- Generic page styles -->
<link rel="stylesheet" href="css/style.css">
<!-- CSS to style the file input field as button and adjust the Bootstrap progress bars -->
@@ -96,7 +96,7 @@
</div>
</div>
</div>
-<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- The jQuery UI widget factory, can be omitted if jQuery UI is already included -->
<script src="js/vendor/jquery.ui.widget.js"></script>
<!-- The Iframe Transport is required for browsers without support for XHR file uploads -->
@@ -104,7 +104,7 @@
<!-- The basic File Upload plugin -->
<script src="js/jquery.fileupload.js"></script>
<!-- Bootstrap JS is not required, but included for the responsive demo navigation -->
-<script src="//netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
+<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script>
/*jslint unparam: true */
/*global window, $ */