aboutsummaryrefslogtreecommitdiff
path: root/assets/js
diff options
context:
space:
mode:
authorHumairAK <humair88@hotmail.com>2016-08-26 23:10:20 +0000
committerHumairAK <humair88@hotmail.com>2016-08-26 23:10:20 +0000
commit17a4b5f57e0223b211ab8ff601e587920e6e1bef (patch)
tree24db71046a122602ca53e9729a8d5385c5aca55c /assets/js
parent7deb83c56e680769ccc72527d719dbc411c20469 (diff)
added some user profile inbox functionality
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