aboutsummaryrefslogtreecommitdiff
path: root/assets/js
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js')
-rw-r--r--assets/js/user_profile.js10
1 files changed, 9 insertions, 1 deletions
diff --git a/assets/js/user_profile.js b/assets/js/user_profile.js
index 73c7897..c26299b 100644
--- a/assets/js/user_profile.js
+++ b/assets/js/user_profile.js
@@ -42,5 +42,13 @@ function main(){
default:
console.log("Error: User page not found");
}
- });}
+ });
+
+
+
+
+}
+
+
+
$(document).ready(main); \ No newline at end of file