From f6e5a897c14994c80a761a55856ea33d948062f2 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Tue, 7 Feb 2023 18:27:00 +0800 Subject: [PATCH] chore: bump bootstrap to v5.3.0-alpha1 --- web/app/controllers/tinyfilemanager/tinyfilemanager.php | 8 ++++---- web/app/views/page-header.php | 4 ++-- web/css/bootstrap.min.css | 5 +++++ web/css/bootstrap5.min.css | 6 ------ web/js/bootstrap.bundle.min.js | 6 ++++++ web/js/bootstrap5.bundle.min.js | 6 ------ 6 files changed, 17 insertions(+), 18 deletions(-) create mode 100644 web/css/bootstrap.min.css delete mode 100644 web/css/bootstrap5.min.css create mode 100644 web/js/bootstrap.bundle.min.js delete mode 100644 web/js/bootstrap5.bundle.min.js diff --git a/web/app/controllers/tinyfilemanager/tinyfilemanager.php b/web/app/controllers/tinyfilemanager/tinyfilemanager.php index aa0bbd4..f12507f 100644 --- a/web/app/controllers/tinyfilemanager/tinyfilemanager.php +++ b/web/app/controllers/tinyfilemanager/tinyfilemanager.php @@ -3425,9 +3425,9 @@ global $lang, $root_url, $favicon_path; '; } ?> <?php echo fm_enc(APP_TITLE) ?> - + - +