diff options
author | Tor Lillqvist <tml@collabora.com> | 2020-04-08 18:36:28 +0300 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2020-04-08 18:25:14 +0200 |
commit | 406d2b725216959bd6c9bcf2b8236f49809c0e49 (patch) | |
tree | 9faa435717d4491fa9fa1b2adcc96465d6596622 | |
parent | 53dd77bfa137cf934dc6ad8f7386e81730fef5c2 (diff) |
No %OS_INFO% needed in the mobile appsCP-Android-iOS-4.2.2
Besides, the loleaflet.html isn't passed through any file server that
would replace it anyway.
Change-Id: Ie8c4a58d83e697d441b9a34236092fe3240a7e25
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91931
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
(cherry picked from commit a161902406051df93259dffd14455b4feaa3b154)
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91894
Tested-by: Jan Holesovsky <kendy@collabora.com>
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
-rw-r--r-- | loleaflet/html/loleaflet.html.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loleaflet/html/loleaflet.html.m4 b/loleaflet/html/loleaflet.html.m4 index 9c83d213c..12407c34b 100644 --- a/loleaflet/html/loleaflet.html.m4 +++ b/loleaflet/html/loleaflet.html.m4 @@ -222,7 +222,7 @@ m4_ifelse(MOBILEAPP,[true], <div id="loolwsd-id"></div> <h3>LOKit</h3> <div id="lokit-version"></div> - <div id="os-name" style="text-align:center"><label>%OS_INFO%</label></div> + m4_ifelse(MOBILEAPP,[],[<div id="os-name" style="text-align:center"><label>%OS_INFO%</label></div>]) <p>Copyright © _YEAR_, VENDOR.</p> </div> |