[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2-2' - loleaflet/html
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Wed Apr 8 16:25:32 UTC 2020
loleaflet/html/loleaflet.html.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 406d2b725216959bd6c9bcf2b8236f49809c0e49
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Wed Apr 8 18:36:28 2020 +0300
Commit: Jan Holesovsky <kendy at collabora.com>
CommitDate: Wed Apr 8 18:25:14 2020 +0200
No %OS_INFO% needed in the mobile apps
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 at gmail.com>
Reviewed-by: Tor Lillqvist <tml at collabora.com>
(cherry picked from commit a161902406051df93259dffd14455b4feaa3b154)
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91894
Tested-by: Jan Holesovsky <kendy at collabora.com>
Reviewed-by: Jan Holesovsky <kendy at collabora.com>
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>
More information about the Libreoffice-commits
mailing list