testing 123

This commit is contained in:
Christopher Cookman 2025-09-01 00:16:50 -06:00
parent 1b236108eb
commit 348d6767b3

View file

@ -61,6 +61,8 @@ document.getElementById('acl-edit-form').addEventListener('submit', function(e)
}).then(res => {
if (res.ok) window.location.href = '/acl';
else alert('Failed to update ACL entry');
}).catch(err => {
alert('Error: ' + err.message);
});
});
</script>