aboutsummaryrefslogtreecommitdiffstats
path: root/library/cropperjs/docs/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'library/cropperjs/docs/index.html')
-rw-r--r--library/cropperjs/docs/index.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/library/cropperjs/docs/index.html b/library/cropperjs/docs/index.html
index fa8aaf6dd..7643c9c44 100644
--- a/library/cropperjs/docs/index.html
+++ b/library/cropperjs/docs/index.html
@@ -7,15 +7,15 @@
<meta name="description" content="JavaScript image cropper.">
<meta name="author" content="Chen Fengyuan">
<title>Cropper.js</title>
- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css">
- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
+ <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css" crossorigin="anonymous">
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" crossorigin="anonymous">
<link rel="stylesheet" href="css/cropper.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!--[if lt IE 9]>
<div class="alert alert-warning alert-dismissible fade show m-0 rounded-0" role="alert">
- You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.
+ You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience.
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
@@ -62,17 +62,17 @@
<a class="nav-link" href="https://github.com/fengyuanchen/cropperjs" data-toggle="tooltip" title="View the GitHub project">GitHub</a>
</li>
<li class="nav-item">
- <a class="nav-link" href="https://fengyuanchen.github.io" data-toggle="tooltip" title="Explore more projects">Explore</a>
+ <a class="nav-link" href="https://fengyuanchen.github.io/" data-toggle="tooltip" title="Explore more projects">Explore</a>
</li>
<li class="nav-item">
- <a class="nav-link" href="https://chenfengyuan.com" data-toggle="tooltip" title="About the author">About</a>
+ <a class="nav-link" href="https://chenfengyuan.com/" data-toggle="tooltip" title="About the author">About</a>
</li>
<li class="nav-item">
<a class="nav-link text-warning" href="https://fengyuanchen.github.io/cropper.js/" data-toggle="tooltip" title="View the next version">v2.0 (Alpha)</a>
</li>
</ul>
</div>
- </nav>
+ </div>
</header>
<!-- Jumbotron -->
@@ -80,7 +80,7 @@
<div class="container">
<div class="row">
<div class="col-md">
- <h1>Cropper.js <small class="h6">v1.5.6</small></h1>
+ <h1>Cropper.js <small class="h6">v1.5.7</small></h1>
<p class="lead">JavaScript image cropper.</p>
</div>
<div class="col-md">
@@ -595,15 +595,15 @@
<a class="nav-link" href="https://github.com/fengyuanchen/cropperjs">GitHub</a>
<a class="nav-link" href="https://github.com/fengyuanchen/cropperjs/releases">Releases</a>
<a class="nav-link" href="https://github.com/fengyuanchen/cropperjs/blob/master/LICENSE">License</a>
- <a class="nav-link" href="https://chenfengyuan.com">About</a>
+ <a class="nav-link" href="https://chenfengyuan.com/">About</a>
</nav>
</div>
</footer>
<!-- Scripts -->
- <script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"></script>
- <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js"></script>
- <script src="https://fengyuanchen.github.io/shared/google-analytics.js"></script>
+ <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" crossorigin="anonymous"></script>
+ <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
+ <script src="https://fengyuanchen.github.io/shared/google-analytics.js" crossorigin="anonymous"></script>
<script src="js/cropper.js"></script>
<script src="js/main.js"></script>
</body>