From 7961d4a87e8734bbcfda98309e6b64797fc0bb42 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Wed, 28 May 2014 18:39:29 +0200 Subject: 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" --- apps/files_sharing/js/app.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/files_sharing/js/app.js') 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, -- cgit v1.2.3