diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-22 09:45:20 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-10-22 09:45:20 +0200 |
commit | 71195895ba98f2af86b3739f2992473a587aa099 (patch) | |
tree | eedacaac419bef8dc66fed887d6639a04bad044f /library/blueimp_upload/basic.html | |
parent | ea850e58d219a756189532bbb3e9ec8d85e9ba6a (diff) | |
download | volse-hubzilla-71195895ba98f2af86b3739f2992473a587aa099.tar.gz volse-hubzilla-71195895ba98f2af86b3739f2992473a587aa099.tar.bz2 volse-hubzilla-71195895ba98f2af86b3739f2992473a587aa099.zip |
update blueimp_upload to version 9.23
Diffstat (limited to 'library/blueimp_upload/basic.html')
-rw-r--r-- | library/blueimp_upload/basic.html | 6 |
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&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, $ */ |