Since avatar.js is now essentially empty remove it
This commit is contained in:
parent
6248bad0f7
commit
c64e827f00
2 changed files with 0 additions and 6 deletions
|
@ -1,5 +0,0 @@
|
|||
$(document).ready(function(){
|
||||
if (OC.currentUser) {
|
||||
|
||||
}
|
||||
});
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue