nextcloud/settings/js/users
Roeland Jago Douma 50d862e5d1 [Avatars] JS should not load same avatar twice
Old code first dit an ajax request to the avatar. Then a new image
object with the same src was created and since we do not cache avatars
yet :(  this resulted in 2 sequential requests to the exact same URL

Now if you set the displayname it will first set the placeholder and
then load the avatar in the background. Only once this time!
2015-12-04 10:42:11 +01:00
..
deleteHandler.js Delete last undoable user before user creation 2015-10-07 16:17:38 +02:00
filter.js use the main search box to filter users in user management 2015-08-05 17:29:20 +02:00
groups.js Fix everyone count for subadmins 2015-10-29 17:41:49 +01:00
users.js [Avatars] JS should not load same avatar twice 2015-12-04 10:42:11 +01:00