aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/js/app.js
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-05-28 18:39:29 +0200
committerVincent Petry <pvince81@owncloud.com>2014-06-02 12:12:57 +0200
commit7961d4a87e8734bbcfda98309e6b64797fc0bb42 (patch)
treeb8562ba8b2a5f7319d1b57ca74e6356d45a9c999 /apps/files_sharing/js/app.js
parentf931df2dac6466568ffdc52bed01d3f781430f9e (diff)
downloadnextcloud-server-7961d4a87e8734bbcfda98309e6b64797fc0bb42.tar.gz
nextcloud-server-7961d4a87e8734bbcfda98309e6b64797fc0bb42.zip
Update share action text to display owner/recipients
- when a share was changed, update the share action text - added file data attribute "data-share-recipients"
Diffstat (limited to 'apps/files_sharing/js/app.js')
-rw-r--r--apps/files_sharing/js/app.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_sharing/js/app.js b/apps/files_sharing/js/app.js
index 3764328a5d0..800873cd638 100644
--- a/apps/files_sharing/js/app.js
+++ b/apps/files_sharing/js/app.js
@@ -8,7 +8,9 @@
*
*/
-OCA.Sharing = {};
+if (!OCA.Sharing) {
+ OCA.Sharing = {};
+}
OCA.Sharing.App = {
_inFileList: null,