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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Mar 5 22:17:26 UTC 2019


 loleaflet/html/loleaflet.html.m4 |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit d3e8385fbb5020a6b5d72bcee76243c998b43bb5
Author:     Henry Castro <hcastro at collabora.com>
AuthorDate: Sun Feb 10 11:48:13 2019 -0400
Commit:     Henry Castro <hcastro at collabora.com>
CommitDate: Tue Mar 5 18:16:57 2019 -0400

    loleaflet: add LANG variable parameter
    
    Change-Id: Ie822d1d0edb80884752196fd5fe210ab95de5d74

diff --git a/loleaflet/html/loleaflet.html.m4 b/loleaflet/html/loleaflet.html.m4
index 82808132e..7083857e3 100644
--- a/loleaflet/html/loleaflet.html.m4
+++ b/loleaflet/html/loleaflet.html.m4
@@ -205,14 +205,14 @@ ifelse(ANDROIDAPP,[true],
 
 ifelse(MOBILEAPP,[true],
   ifelse(DEBUG,[true],foreachq([fileJS],[LOLEAFLET_JS],
-  [    <script src="fileJS" defer></script>
+  [    <script src="fileJS<%LANG%>" defer></script>
   ]),
-  [    <script src="bundle.js" defer></script>
+  [    <script src="bundle.js<%LANG%>" defer></script>
   ]),
   ifelse(DEBUG,[true],foreachq([fileJS],[LOLEAFLET_JS],
-  [    <script src="<%SERVICE_ROOT%>/loleaflet/<%VERSION%>/fileJS" defer></script>
+  [    <script src="<%SERVICE_ROOT%>/loleaflet/<%VERSION%>/fileJS<%LANG%>" defer></script>
   ]),
-  [    <script src="<%SERVICE_ROOT%>/loleaflet/<%VERSION%>/bundle.js" defer></script>
+  [    <script src="<%SERVICE_ROOT%>/loleaflet/<%VERSION%>/bundle.js<%LANG%>" defer></script>
   ])
 )dnl
     <%BRANDING_JS%> <!-- logo onclick handler -->


More information about the Libreoffice-commits mailing list