Skip to content

Commit bf8d915

Browse files
committed
fixup! fix(files): do not include scripts for merge-index
1 parent ae66c40 commit bf8d915

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/files/lib/Controller/ViewController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ public function index($dir = '', $view = '', $fileid = null, $fileNotFound = fal
218218

219219
// Load the files we need
220220
\OCP\Util::addStyle('files', 'merged');
221+
\OCP\Util::addScript('files', 'fileactions');
221222
\OCP\Util::addScript('files', 'main');
222223

223224
$userId = $this->userSession->getUser()->getUID();

0 commit comments

Comments
 (0)