MCPcopy Create free account
hub / github.com/error311/FileRise / closeRemoveUserModal

Function closeRemoveUserModal

public/js/auth.js:827–830  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

825}
826
827function closeRemoveUserModal() {
828 toggleVisibility("removeUserModal", false);
829 document.getElementById("removeUsernameSelect").innerHTML = "";
830}
831
832function loadUserList() {
833 // Updated path: from "/api/getUsers.php" to "/api/admin/getUsers.php"

Callers 2

loadUserListFunction · 0.85
initAuthFunction · 0.85

Calls 1

toggleVisibilityFunction · 0.85

Tested by

no test coverage detected