[Libreoffice-commits] online.git: loleaflet/html

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Wed Apr 8 15:56:41 UTC 2020


 loleaflet/html/loleaflet.html.m4 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a161902406051df93259dffd14455b4feaa3b154
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Wed Apr 8 18:36:28 2020 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Wed Apr 8 17:56:21 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>

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