|
15 | 15 | <meta name="description" content="Bootstrap Switch Button is a bootstrap plugin that converts checkboxes into responsive switch buttons."> |
16 | 16 | <meta name="keywords" content="bootstrap, switch, button, bootstrap-checkbox, bootstrap-switch, bootstrap-switch-button, bootstrap-toggle"> |
17 | 17 | <meta name="author" content="https://github.com/gitbrent"> |
18 | | - <meta name="version" content="20190305"> |
| 18 | + <meta name="version" content="20200215"> |
19 | 19 | <meta name="robots" content="index, follow"> |
20 | 20 | <meta name="revisit-after" content="1 month"> |
21 | 21 | <title>Bootstrap Switch Button</title> |
22 | 22 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/styles/github.min.css"> |
23 | 23 | <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> |
24 | 24 | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css"> |
25 | 25 | <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous"> |
26 | | - <link rel="stylesheet" href="doc/stylesheet.css"> |
27 | | - <link rel="stylesheet" href="css/bootstrap-switch-button.css"> |
28 | | - <!-- |
29 | | - <link rel="stylesheet" href="css/bootstrap-switch-button.min.css"> |
30 | | - --> |
| 26 | + <link rel="stylesheet" href="assets/stylesheet.css"> |
| 27 | + <link rel="stylesheet" href="../css/bootstrap-switch-button.min.css"> |
31 | 28 | <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> |
32 | 29 | <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script> |
33 | | - <script src="js/bootstrap-switch-button.js"></script> |
34 | | - <!-- |
35 | | - <script src="js/bootstrap-switch-button.min.js"></script> |
36 | | - --> |
| 30 | + <script src="../dist/bootstrap-switch-button.min.js"></script> |
37 | 31 | </head> |
38 | 32 | <body> |
39 | 33 | <header> |
@@ -518,6 +512,6 @@ <h4 class="font-weight-light"> |
518 | 512 |
|
519 | 513 | <!-- load highlight, then script.js for code to auto-highlight at load --> |
520 | 514 | <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/highlight.min.js"></script> |
521 | | - <script src="doc/script.js"></script> |
| 515 | + <script src="assets/script.js"></script> |
522 | 516 | </body> |
523 | 517 | </html> |
0 commit comments