diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2016-10-10 10:15:42 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-11-07 14:58:45 +0100 |
commit | 9e5e120ef9869b7c52d90e85782ec83a9217275d (patch) | |
tree | 139a9c041b3436573550115856720252099601c0 /tests/karma.config.js | |
parent | bc1cb8a6d09d97df93b7914e020759eb7df73df1 (diff) | |
download | nextcloud-server-9e5e120ef9869b7c52d90e85782ec83a9217275d.tar.gz nextcloud-server-9e5e120ef9869b7c52d90e85782ec83a9217275d.zip |
refactor share permission logic into own method to reuse it for the share tab
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'tests/karma.config.js')
-rw-r--r-- | tests/karma.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js index 111af7a1559..d80b5bbd759 100644 --- a/tests/karma.config.js +++ b/tests/karma.config.js @@ -54,7 +54,7 @@ module.exports = function(config) { 'apps/files_sharing/js/app.js', 'apps/files_sharing/js/sharedfilelist.js', 'apps/files_sharing/js/share.js', - 'apps/files_sharing/js/external.js', + 'apps/files_sharing/js/sharebreadcrumbview.js', 'apps/files_sharing/js/public.js', 'apps/files_sharing/js/sharetabview.js' ], |