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

@@ -18,4 +18,10 @@ app.run(function ($document, $rootScope, $transitions) {
$transitions.onExit({from: 'board.detail'}, function ($state) {
$rootScope.sidebar.show = false;
});
$('link[rel="shortcut icon"]').attr(
'href',
OC.filePath('deck', 'img', 'app-512.png')
);
});