More fixes

This commit is contained in:
Julius Haertl
2016-07-06 09:03:16 +02:00
parent 4fb6248336
commit 731ac1af68
3 changed files with 12 additions and 8 deletions

View File

@@ -26,7 +26,3 @@ var app = angular.module('Deck', [
'ngAnimate'
]);
$('link[rel="shortcut icon"]').attr(
'href',
OC.filePath('deck', 'img', 'app-512.png')
);