mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
replace bootstrap4-toggle in favor of bootstrap's more lightweight custom-switch
This commit is contained in:
@@ -70,9 +70,6 @@ if ($_COOKIE['sidebarToggled'] == 'true' ) {
|
||||
<!-- Bootstrap Core CSS -->
|
||||
<link href="dist/bootstrap/css/bootstrap.css" rel="stylesheet">
|
||||
|
||||
<!-- Bootstrap Toggle CSS -->
|
||||
<link href="dist/bootstrap4-toggle/css/bootstrap4-toggle.min.css" rel="stylesheet">
|
||||
|
||||
<!-- SB-Admin-2 CSS -->
|
||||
<link href="dist/sb-admin-2/css/sb-admin-2.min.css" rel="stylesheet">
|
||||
|
||||
@@ -292,9 +289,6 @@ if ($_COOKIE['sidebarToggled'] == 'true' ) {
|
||||
<!-- Core plugin JavaScript -->
|
||||
<script src="dist/jquery-easing/jquery.easing.min.js"></script>
|
||||
|
||||
<!-- Bootstrap Toggle JavaScript -->
|
||||
<script src="dist/bootstrap4-toggle/js/bootstrap4-toggle.min.js"></script>
|
||||
|
||||
<!-- Chart.js JavaScript -->
|
||||
<script src="dist/chart.js/Chart.min.js"></script>
|
||||
|
||||
|
Reference in New Issue
Block a user