summaryrefslogtreecommitdiffstats
path: root/static/functions/user.js
diff options
context:
space:
mode:
authorGit <git@what.cd>2013-11-01 08:01:02 +0000
committerGit <git@what.cd>2013-11-01 08:01:02 +0000
commitd0edb680ad795420d543b452d9fe0785f4f682ff (patch)
treefb82e52b79ca99e1554466fc30d10eac77115c95 /static/functions/user.js
parentdb5f412a18833e1127111a5c1df4bc66d58af73e (diff)
downloadGazelle-d0edb680ad795420d543b452d9fe0785f4f682ff.zip
Gazelle-d0edb680ad795420d543b452d9fe0785f4f682ff.tar.gz
Gazelle-d0edb680ad795420d543b452d9fe0785f4f682ff.tar.bz2
Empty commit
Diffstat (limited to 'static/functions/user.js')
-rw-r--r--static/functions/user.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/functions/user.js b/static/functions/user.js
index 42753c0..83d275c 100644
--- a/static/functions/user.js
+++ b/static/functions/user.js
@@ -182,7 +182,7 @@ function commStats(userid) {
ajax.get('ajax.php?action=community_stats&userid=' + userid, function(JSONresponse) {
var response = JSON.parse(JSONresponse) || false;
if (!response || response.status == 'failure') {
- $('.user_commstats').html('An error occured');
+ $('.user_commstats').html('An error occurred');
return;
}
displayCommStats(response.response);