]> source.dussan.org Git - nextcloud-server.git/commit
[Avatars] JS should not load same avatar twice
authorRoeland Jago Douma <rullzer@owncloud.com>
Fri, 4 Dec 2015 09:42:11 +0000 (10:42 +0100)
committerRoeland Jago Douma <rullzer@owncloud.com>
Fri, 4 Dec 2015 09:42:11 +0000 (10:42 +0100)
commit50d862e5d100eb490658f78e63c6010e42c58aec
tree4082e33b599917b109b3e4af5e56bab3423eed19
parent6034c9142df375490c4616360e8418a7c6541e00
[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!
core/js/jquery.avatar.js
settings/js/users/users.js