fix alignment on setup page, change invite generator column widths

This commit is contained in:
Harvey Tindall
2020-08-30 17:40:18 +01:00
parent a5a721b07c
commit c6f845296a
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,3 +1,8 @@
document.getElementById('page-1').scrollIntoView({
behavior: 'auto',
block: 'center',
inline: 'center' });
function checkAuthRadio() {
if (document.getElementById('manualAuthRadio').checked) {
document.getElementById('adminOnlyArea').style.display = 'none';