Remove Axios as we are not using it

This commit is contained in:
johnnyq 2024-02-16 14:52:57 -05:00
parent 2a4efe629f
commit 703e0f6bb2
2 changed files with 0 additions and 4 deletions

View File

@ -43,8 +43,6 @@ header("X-Frame-Options: DENY");
<script src="plugins/jquery/jquery.min.js"></script>
<script src="plugins/toastr/toastr.min.js"></script>
<script src="plugins/axios/axios.min.js"></script>
</head>
<body class="hold-transition sidebar-mini layout-fixed layout-navbar-fixed accent-<?php echo nullable_htmlentities($config_theme); ?>">
<div class="wrapper text-sm">

File diff suppressed because one or more lines are too long