aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/blueimp/jquery-file-upload/test/index.html
diff options
context:
space:
mode:
authorM. Dent <dentm42@gmail.com>2018-11-28 03:55:13 +0100
committerM. Dent <dentm42@gmail.com>2018-11-28 03:55:13 +0100
commita88a515fa0a447f238299aa2ee5f609b64ff3961 (patch)
tree3a7ecac69d2e87b80e5fe2d0d76a6b75bd04a216 /vendor/blueimp/jquery-file-upload/test/index.html
parenta4b2eac0f0d4377df2a87743494a1b9fa5ec071c (diff)
parentc7ae3fdc9af6e78ddee63fff4a9938df27d0d39d (diff)
downloadvolse-hubzilla-a88a515fa0a447f238299aa2ee5f609b64ff3961.tar.gz
volse-hubzilla-a88a515fa0a447f238299aa2ee5f609b64ff3961.tar.bz2
volse-hubzilla-a88a515fa0a447f238299aa2ee5f609b64ff3961.zip
Merge branch 'composer-updates' into 'dev'
update jquery-file-upload and psr-log via composer See merge request hubzilla/core!1408
Diffstat (limited to 'vendor/blueimp/jquery-file-upload/test/index.html')
-rw-r--r--vendor/blueimp/jquery-file-upload/test/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor/blueimp/jquery-file-upload/test/index.html b/vendor/blueimp/jquery-file-upload/test/index.html
index 0b5cf57b7..b8c585df5 100644
--- a/vendor/blueimp/jquery-file-upload/test/index.html
+++ b/vendor/blueimp/jquery-file-upload/test/index.html
@@ -20,7 +20,7 @@
<meta charset="utf-8">
<title>jQuery File Upload Plugin Test</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
-<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-1.23.1.css">
+<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-1.23.1.css" integrity="sha384-RW07PgMHO3eNYL7ddFK/okEi1rjvSeJ3Ck/TxGUHkmzSlGmw4R9/KGJYUD3OicMd" crossorigin="anonymous">
</head>
<body>
<h1 id="qunit-header">jQuery File Upload Plugin Test</h1>
@@ -145,7 +145,7 @@
</tr>
{% } %}
</script>
-<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js" integrity="sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRaROjHqs13t4Ggj3Ez50XnGQqc/r8MhnRDZ" crossorigin="anonymous"></script>
<script src="../js/vendor/jquery.ui.widget.js"></script>
<script src="https://blueimp.github.io/JavaScript-Templates/js/tmpl.min.js"></script>
<script src="https://blueimp.github.io/JavaScript-Load-Image/js/load-image.all.min.js"></script>
@@ -166,7 +166,7 @@ window.testBasicWidget = $.blueimp.fileupload;
/* global window, $ */
window.testUIWidget = $.blueimp.fileupload;
</script>
-<script src="https://code.jquery.com/qunit/qunit-1.23.1.js"></script>
+<script src="https://code.jquery.com/qunit/qunit-1.23.1.js" integrity="sha384-FJbPWND3tHbuhP8PhCp3Kn0bEtCxaIq+sfkmiJ+Su0jchKFnVbPQTTyPiuwqbkXa" crossorigin="anonymous"></script>
<script src="test.js"></script>
</body>
</html>