diff options
author | Mario <mario@mariovavti.com> | 2020-06-16 07:32:55 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-06-16 07:32:55 +0000 |
commit | 70a104f24f3b3e3903d363081569be9af2052758 (patch) | |
tree | b3d82880872255536e3ec8297e3ab6e419fac5d3 /library/cropperjs/docs/examples/upload-cropped-image-to-server.html | |
parent | 0f27db6271acb3e0e44bf870659f085c71c8f629 (diff) | |
download | volse-hubzilla-70a104f24f3b3e3903d363081569be9af2052758.tar.gz volse-hubzilla-70a104f24f3b3e3903d363081569be9af2052758.tar.bz2 volse-hubzilla-70a104f24f3b3e3903d363081569be9af2052758.zip |
upĂdate copperjs to version 1.5.7
Diffstat (limited to 'library/cropperjs/docs/examples/upload-cropped-image-to-server.html')
-rw-r--r-- | library/cropperjs/docs/examples/upload-cropped-image-to-server.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cropperjs/docs/examples/upload-cropped-image-to-server.html b/library/cropperjs/docs/examples/upload-cropped-image-to-server.html index aef0ee58b..adb5c15ce 100644 --- a/library/cropperjs/docs/examples/upload-cropped-image-to-server.html +++ b/library/cropperjs/docs/examples/upload-cropped-image-to-server.html @@ -5,7 +5,7 @@ <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>Cropper.js</title> - <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css"> + <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css" crossorigin="anonymous"> <link rel="stylesheet" href="../css/cropper.css"> <style> .label { @@ -59,8 +59,8 @@ </div> </div> </div> - <script src="https://code.jquery.com/jquery-3.4.1.min.js"></script> - <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/js/bootstrap.bundle.min.js"></script> + <script src="https://code.jquery.com/jquery-3.4.1.min.js" crossorigin="anonymous"></script> + <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script> <script src="../js/cropper.js"></script> <script> window.addEventListener('DOMContentLoaded', function () { |