From f37a113cd51ef4fd5ccbafd70879ea62082725e9 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Tue, 4 Sep 2018 15:26:35 +0200 Subject: [PATCH] Also allow sharing Signed-off-by: Roeland Jago Douma --- js/documents.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/documents.js b/js/documents.js index 8a3efa17a..a7ee0cd79 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; }