Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-09-04 16:26:35 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-09-04 16:26:35 +0300
commitf37a113cd51ef4fd5ccbafd70879ea62082725e9 (patch)
tree43ef163f3b2f26d84743865b42f7e3f4091a0b7a /js
parent0c3edf5f2909f9f6a723104a05e58dd148fa8716 (diff)
Also allow sharing
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'js')
-rw-r--r--js/documents.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/documents.js b/js/documents.js
index 8a3efa17..a7ee0cd7 100644
--- a/js/documents.js
+++ b/js/documents.js
@@ -452,8 +452,9 @@ var documentsMain = {
window.RichDocumentsMobileInterface.close();
} else if (msgId === 'UI_InsertGraphic') {
window.RichDocumentsMobileInterface.insertGraphic();
+ } else if (msgId === 'UI_Share') {
+ window.RichDocumentsMobileInterface.share();
}
-
return;
}