nextcloud/settings/js
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
..
users [Avatars] JS should not load same avatar twice 2015-12-04 10:42:11 +01:00
admin.js Properly detect setup check messages set in the HTML template 2015-11-08 00:02:59 +00:00
apps.js new checkbox style in app settings 2015-10-31 17:07:07 +01:00
log.js force log messages to break to alleviate horizontal scroll on Admin page 2015-03-26 12:34:57 +01:00
old-apps.js introduce new app page layout 2014-10-15 15:21:40 +02:00
personal.js Use .text instead of .html 2015-11-30 23:49:27 +01:00
settings.js Fix group select autocomplete 2015-01-06 15:48:15 +01:00