diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-01-28 09:47:21 +0100 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-01-28 09:47:21 +0100 |
commit | 47ce3c2160656086a4c515798abd9e37edc7f2c0 (patch) | |
tree | a01df8f4ff950505e1b1a5bd36f6d0a8a0bf235d /apps | |
parent | 03a1a20316300734fd1b7b3f8cf1f83bf92bbb92 (diff) | |
download | nextcloud-server-47ce3c2160656086a4c515798abd9e37edc7f2c0.tar.gz nextcloud-server-47ce3c2160656086a4c515798abd9e37edc7f2c0.zip |
include keyboardshortcuts.js
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/public.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/public.php b/apps/files_sharing/public.php index acd5353faff..dbb5b6f9036 100644 --- a/apps/files_sharing/public.php +++ b/apps/files_sharing/public.php @@ -224,6 +224,7 @@ if ($linkItem) { OCP\Util::addStyle('files', 'files'); OCP\Util::addScript('files', 'files'); OCP\Util::addScript('files', 'filelist'); + OCP\Util::addscript('files', 'keyboardshortcuts'); $files = array(); $rootLength = strlen($basePath) + 1; foreach (OC_Files::getDirectoryContent($path) as $i) { |