Remove uneeded last comma

remotes/origin/ldap_group_count
Lukas Reschke 12 years ago committed by Arthur Schiwon
parent b56d14260d
commit 0067306fd6
  1. 2
      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) {

Loading…
Cancel
Save