aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/template.php
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@owncloud.com>2015-12-17 16:32:18 +0100
committerRoeland Jago Douma <rullzer@owncloud.com>2015-12-17 16:32:18 +0100
commitc64e827f00a7958da57a7a6d5aa22eb0900c167b (patch)
tree25caa64f26fd4860ada91c06204273a4688b7456 /lib/private/template.php
parent6248bad0f7b23c16049045ea150a11948b0ebeb1 (diff)
downloadnextcloud-server-c64e827f00a7958da57a7a6d5aa22eb0900c167b.tar.gz
nextcloud-server-c64e827f00a7958da57a7a6d5aa22eb0900c167b.zip
Since avatar.js is now essentially empty remove it
Diffstat (limited to 'lib/private/template.php')
-rw-r--r--lib/private/template.php1
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);
}