From 7414bcf6b68507d9680b15f77a971d0103b35eec Mon Sep 17 00:00:00 2001 From: miguel456 Date: Sat, 5 Mar 2022 22:24:06 +0000 Subject: [PATCH] fix: remove duplicated bootstrap toggle library --- config/adminlte.php | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/config/adminlte.php b/config/adminlte.php index f343716..e1aa11e 100755 --- a/config/adminlte.php +++ b/config/adminlte.php @@ -602,22 +602,6 @@ return [ ], ], - [ - 'name' => 'BootstrapSwitch', - 'active' => true, - 'files' => [ - [ - 'type' => 'js', - 'asset' => false, - 'location' => 'https://cdn.jsdelivr.net/gh/gitbrent/bootstrap4-toggle@3.6.1/js/bootstrap4-toggle.min.js' - ], - [ - 'type' => 'css', - 'asset' => false, - 'location' => 'https://cdn.jsdelivr.net/gh/gitbrent/bootstrap4-toggle@3.6.1/css/bootstrap4-toggle.min.css' - ] - ] - ], [ 'name' => 'BootstrapToggleButton', 'active' => true,