diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-12-18 07:56:23 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-12-18 07:56:23 +0100 |
commit | d77019f566725a3f5e6e696c1e23797596e32090 (patch) | |
tree | c636b541874e9eae487dc9676f9bd10a4c68ba71 /lib/private | |
parent | 792b270f22d3494e7070a89dfebe2c4464a1e748 (diff) | |
parent | c64e827f00a7958da57a7a6d5aa22eb0900c167b (diff) | |
download | nextcloud-server-d77019f566725a3f5e6e696c1e23797596e32090.tar.gz nextcloud-server-d77019f566725a3f5e6e696c1e23797596e32090.zip |
Merge pull request #21247 from owncloud/placeholder_size
Add a default size to the avatar placeholders
Diffstat (limited to 'lib/private')
-rw-r--r-- | lib/private/template.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/template.php b/lib/private/template.php index 04d6a906880..c2528c26851 100644 --- a/lib/private/template.php +++ b/lib/private/template.php @@ -119,7 +119,6 @@ class OC_Template extends \OC\Template\Base { // avatars if (\OC::$server->getSystemConfig()->getValue('enable_avatars', true) === true) { - \OC_Util::addScript('avatar', null, true); \OC_Util::addScript('jquery.avatar', null, true); \OC_Util::addScript('placeholder', null, true); } |