X Tutup
Skip to content

Commit 45c9aa5

Browse files
committed
Add missing js file
1 parent e4187d6 commit 45c9aa5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/files_sharing/templates/public.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
OCP\Util::addScript('files', 'files');
2222
OCP\Util::addScript('files', 'filelist');
2323
OCP\Util::addScript('files', 'keyboardshortcuts');
24+
OCP\Util::addScript('files', 'fileactionsapplicationselectmenu');
2425

2526
// OpenGraph Support: http://ogp.me/
2627
OCP\Util::addHeader('meta', ['property' => "og:title", 'content' => $theme->getName() . ' - ' . $theme->getSlogan()]);

0 commit comments

Comments
 (0)
X Tutup