diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-12-13 09:00:43 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-12-13 09:00:43 +0100 |
commit | 29e1c3a898a66b0b005d230a836a0275e462071c (patch) | |
tree | 7b7849a1ba70af81f885b56bd49da429ff0fa824 /apps/files_sharing/js/sharedfilelist.js | |
parent | efb495b09f220410defbbbd786ccddab4de609fd (diff) | |
parent | a89aad05c00607e8bf2e84ff12852cef0c245b4a (diff) | |
download | nextcloud-server-29e1c3a898a66b0b005d230a836a0275e462071c.tar.gz nextcloud-server-29e1c3a898a66b0b005d230a836a0275e462071c.zip |
Merge pull request #12795 from owncloud/files-layoutchanges
Move file thumbnail element into the label tag
Diffstat (limited to 'apps/files_sharing/js/sharedfilelist.js')
-rw-r--r-- | apps/files_sharing/js/sharedfilelist.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/js/sharedfilelist.js b/apps/files_sharing/js/sharedfilelist.js index bd26b13b78a..2c7d6c7d43a 100644 --- a/apps/files_sharing/js/sharedfilelist.js +++ b/apps/files_sharing/js/sharedfilelist.js @@ -38,6 +38,7 @@ _sharedWithUser: false, _linksOnly: false, _clientSideSort: true, + _allowSelection: false, /** * @private |