More fixes

This commit is contained in:
Julius Haertl
2016-07-06 09:00:25 +02:00
parent 0330c01600
commit 4fb6248336
8 changed files with 82 additions and 81 deletions

View File

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