Fix admin panel missing some JS files
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
e8be73f485
commit
76e52eb2f6
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ class Application extends \OCP\AppFramework\App {
|
|||
]);
|
||||
|
||||
script('core', [
|
||||
'files/fileinfo',
|
||||
'files/client',
|
||||
'oc-backbone-webdav',
|
||||
'systemtags/systemtags',
|
||||
'systemtags/systemtagmodel',
|
||||
|
|
Loading…
Reference in a new issue