Skip to content

Commit 9cc8519

Browse files
committed
docs: upgrade Bootstrap
1 parent a24be64 commit 9cc8519

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="author" content="Chen Fengyuan">
99
<title>jquery-cropper</title>
1010
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
11-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
11+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css">
1212
<link rel="stylesheet" href="https://unpkg.com/cropperjs/dist/cropper.css">
1313
<link rel="stylesheet" href="css/main.css">
1414
</head>
@@ -566,7 +566,7 @@ <h5 class="modal-title" id="getCroppedCanvasTitle">Cropped</h5>
566566

567567
<!-- Scripts -->
568568
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
569-
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.bundle.min.js"></script>
569+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.bundle.min.js"></script>
570570
<script src="https://fengyuanchen.github.io/js/common.js"></script>
571571
<script src="https://unpkg.com/cropperjs/dist/cropper.js"></script>
572572
<script src="js/jquery-cropper.js"></script>

0 commit comments

Comments
 (0)