Change to defer

This commit is contained in:
2024-02-04 09:59:51 +01:00
parent 8e44b5aaf0
commit 9841f68b5d
2 changed files with 7 additions and 13 deletions

View File

@@ -59,12 +59,10 @@
populateUserInfoFields(result.UserInfo);
}
}
</script>
function userinit() {
getUserInfo();
}
window.onload = userinit;
<script defer>
getUserInfo();
</script>
<!-- Centralized Status Message -->