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,