diff options
author | Bart Visscher <bartv@thisnet.nl> | 2013-01-16 09:25:57 -0800 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2013-01-16 09:25:57 -0800 |
commit | 1d57a2e2a9d5e392bb1061479543cd1dec860c4b (patch) | |
tree | c0a4b2c32975ec45c5d7ec371f1a4dfcb7caab0b /apps/files_sharing/js | |
parent | cb0fd30458c29db7667582b7c182b4d530366634 (diff) | |
parent | 5bfe4adbaa9c402db5bd0d0f74fd9ad7bb037129 (diff) | |
download | nextcloud-server-1d57a2e2a9d5e392bb1061479543cd1dec860c4b.tar.gz nextcloud-server-1d57a2e2a9d5e392bb1061479543cd1dec860c4b.zip |
Merge pull request #1180 from owncloud/whitespace-cleanup
Whitespace cleanup
Diffstat (limited to 'apps/files_sharing/js')
-rw-r--r-- | apps/files_sharing/js/share.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/js/share.js b/apps/files_sharing/js/share.js index 8a546d62163..a46d0179801 100644 --- a/apps/files_sharing/js/share.js +++ b/apps/files_sharing/js/share.js @@ -1,7 +1,7 @@ $(document).ready(function() { if (typeof OC.Share !== 'undefined' && typeof FileActions !== 'undefined' && !publicListView) { - + FileActions.register('all', 'Share', OC.PERMISSION_READ, OC.imagePath('core', 'actions/share'), function(filename) { if ($('#dir').val() == '/') { var item = $('#dir').val() + filename; |