loleaflet/src/control/Control.Menubar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2301cf252e0b655826213d9f29a3b37482a2a64f Author: Tor Lillqvist <t...@collabora.com> AuthorDate: Tue Apr 14 11:42:30 2020 +0300 Commit: Tor Lillqvist <t...@collabora.com> CommitDate: Tue Apr 14 11:18:20 2020 +0200 Enable EPUB export also on phones in the mobile apps Change-Id: I6198db8c5bd33142c952783b2bb8edd4f3c15145 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92150 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Tor Lillqvist <t...@collabora.com> diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js index dac5d07d2..7285e265b 100644 --- a/loleaflet/src/control/Control.Menubar.js +++ b/loleaflet/src/control/Control.Menubar.js @@ -477,7 +477,7 @@ L.Control.Menubar = L.Control.extend({ {name: _('Word 2003 Document (.doc)'), id: 'downloadas-doc', type: 'action'}, {name: _('Word Document (.docx)'), id: 'downloadas-docx', type: 'action'}, {name: _('Rich Text (.rtf)'), id: 'downloadas-rtf', type: 'action'}, - {name: _('EPUB (.epub)'), id: 'downloadas-epub', type: 'action', mobileapp: false} + {name: _('EPUB (.epub)'), id: 'downloadas-epub', type: 'action'} ]}, {name: _UNO('.uno:EditMenu', 'text'), id: 'editmenu', type: 'menu', menu: [ {uno: '.uno:Undo'}, _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits