diff --git a/templates/adminActions.html b/templates/adminActions.html index b7e68ef..ae218d2 100644 --- a/templates/adminActions.html +++ b/templates/adminActions.html @@ -52,16 +52,12 @@ listActivationCodes(); } - function admininit(){ - listActivationCodes(); - listUsers(); - userinit(); - } - - window.onload = admininit; - +

Activation Codes

diff --git a/templates/userActions.html b/templates/userActions.html index 5ef978f..1ebf70d 100644 --- a/templates/userActions.html +++ b/templates/userActions.html @@ -59,12 +59,10 @@ populateUserInfoFields(result.UserInfo); } } + - function userinit() { - getUserInfo(); - } - - window.onload = userinit; +