summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--settings/js/users/users.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/js/users/users.js b/settings/js/users/users.js
index 3832464c346..fe9c255d0ca 100644
--- a/settings/js/users/users.js
+++ b/settings/js/users/users.js
@@ -404,7 +404,7 @@ var UserList = {
if (UserList.scrollArea.scrollTop() + UserList.scrollArea.height() > UserList.scrollArea.get(0).scrollHeight - 500) {
UserList.update(UserList.currentGid, true);
}
- },
+ }
};
function setQuota (uid, quota, ready) {