mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Remove uneeded last comma
This commit is contained in:
parent
b56d14260d
commit
0067306fd6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue