Fix: Timer on manage screen

This commit is contained in:
Dorian Zedler 2022-05-16 19:06:00 +02:00
parent 4822eca2aa
commit ae77560a10
Signed by: dorian
GPG Key ID: 989DE36109AFA354
1 changed files with 1 additions and 0 deletions

View File

@ -489,6 +489,7 @@ class LandingpageTheme
?>
<script>
const username = "<?= $_SESSION["auth"]["username"] ?>";
const activeSyncedTimerVersion = "<?= $GLOBALS["VERSION"] ?>"
var forms = document.getElementsByTagName('form')
for (const form of forms) {