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

New commits:
commit 406d2b725216959bd6c9bcf2b8236f49809c0e49
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Wed Apr 8 18:36:28 2020 +0300
Commit:     Jan Holesovsky <ke...@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 <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Tor Lillqvist <t...@collabora.com>
    (cherry picked from commit a161902406051df93259dffd14455b4feaa3b154)
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91894
    Tested-by: Jan Holesovsky <ke...@collabora.com>
    Reviewed-by: Jan Holesovsky <ke...@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>
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to