diff --git a/templates/userActions.html b/templates/userActions.html index 465a0b2..c89180a 100644 --- a/templates/userActions.html +++ b/templates/userActions.html @@ -60,50 +60,56 @@ } } - function init(){ + function init() { getUserInfo(); } - window.onload = init(); + + window.onload = init;
+