]> source.dussan.org Git - nextcloud-server.git/commit
Only load the big (128x128) avatar on the perosnal page
authorRoeland Jago Douma <rullzer@owncloud.com>
Thu, 17 Dec 2015 12:46:25 +0000 (13:46 +0100)
committerRoeland Jago Douma <rullzer@owncloud.com>
Thu, 17 Dec 2015 12:55:22 +0000 (13:55 +0100)
commita81836a42fa1b35b07cb7aad2a86d5057a61b27b
tree80c5e18388f832888cec371f512cbf7529f84d52
parent21bd19b6ae788b5e91ae654b3f1fc6a04612fd01
Only load the big (128x128) avatar on the perosnal page

Before the code was executed on every page if a user was logged in. Now
only on the personal page. Thus saving a request on all other pages.
core/js/avatar.js
settings/js/personal.js