Since avatar.js is now essentially empty remove it

This commit is contained in:
Roeland Jago Douma 2015-12-17 16:32:18 +01:00
parent 6248bad0f7
commit c64e827f00
2 changed files with 0 additions and 6 deletions

View File

@ -1,5 +0,0 @@
$(document).ready(function(){
if (OC.currentUser) {
}
});

View File

@ -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);
}