edited form
This commit is contained in:
@ -290,7 +290,7 @@
|
||||
|
||||
|
||||
<!-- Bootstrap CSS (Include if not already added) -->
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<!-- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet"> -->
|
||||
|
||||
<!-- Toast Container (Fixed Position) -->
|
||||
<div class="position-fixed top-0 end-0 p-3" style="z-index: 1050">
|
||||
@ -317,7 +317,7 @@
|
||||
</div>
|
||||
|
||||
<!-- Bootstrap JS & Auto Hide Toast Script -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<!-- <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script> -->
|
||||
<script>
|
||||
document.addEventListener("DOMContentLoaded", function () {
|
||||
let statusToast = document.getElementById("statusToast");
|
||||
|
Reference in New Issue
Block a user