Added missing "files" JS to files_trashbin module
The recent refactoring for the breadcrumb resizing relies on the "Files" object which is in the "files" Javascript file. This fix includes it here as well.
This commit is contained in:
parent
4ab5e58e02
commit
4549cf519e
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ OCP\Util::addStyle('files', 'files');
|
|||
OCP\Util::addScript('files', 'filelist');
|
||||
// filelist overrides
|
||||
OCP\Util::addScript('files_trashbin', 'filelist');
|
||||
OCP\Util::addscript('files', 'files');
|
||||
|
||||
$dir = isset($_GET['dir']) ? stripslashes($_GET['dir']) : '';
|
||||
|
||||
|
|
Loading…
Reference in a new issue