Fix: Timer on manage screen
This commit is contained in:
parent
4822eca2aa
commit
ae77560a10
1 changed files with 1 additions and 0 deletions
|
@ -489,6 +489,7 @@ class LandingpageTheme
|
||||||
?>
|
?>
|
||||||
<script>
|
<script>
|
||||||
const username = "<?= $_SESSION["auth"]["username"] ?>";
|
const username = "<?= $_SESSION["auth"]["username"] ?>";
|
||||||
|
const activeSyncedTimerVersion = "<?= $GLOBALS["VERSION"] ?>"
|
||||||
var forms = document.getElementsByTagName('form')
|
var forms = document.getElementsByTagName('form')
|
||||||
|
|
||||||
for (const form of forms) {
|
for (const form of forms) {
|
||||||
|
|
Loading…
Reference in a new issue