update 2024-10-30 12:25:01
This commit is contained in:
parent
93386498d2
commit
a53375db3e
|
@ -508,16 +508,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
<script src="./assets/bootstrap/popper.min.js"></script>
|
<script src="./assets/bootstrap/popper.min.js"></script>
|
||||||
<script src="./assets/bootstrap/bootstrap.min.js"></script>
|
<script src="./assets/bootstrap/bootstrap.min.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<?php if ($subscriptionFile): ?>
|
|
||||||
<script>
|
|
||||||
if (!sessionStorage.getItem('refreshed')) {
|
|
||||||
sessionStorage.setItem('refreshed', 'true');
|
|
||||||
window.location.reload();
|
|
||||||
} else {
|
|
||||||
sessionStorage.removeItem('refreshed');
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
<?php endif; ?>
|
|
||||||
<body>
|
<body>
|
||||||
<div class="position-fixed w-100 d-flex justify-content-center" style="top: 20px; z-index: 1050">
|
<div class="position-fixed w-100 d-flex justify-content-center" style="top: 20px; z-index: 1050">
|
||||||
<div id="updateAlert" class="alert alert-success alert-dismissible fade" role="alert" style="display: none; min-width: 300px; max-width: 600px;">
|
<div id="updateAlert" class="alert alert-success alert-dismissible fade" role="alert" style="display: none; min-width: 300px; max-width: 600px;">
|
||||||
|
|
Loading…
Reference in New Issue