[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-1-0' - loleaflet/dist
Andras Timar
andras.timar at collabora.com
Mon May 23 22:18:38 UTC 2016
loleaflet/dist/loleaflet.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2552a214df97df8a3a4f22cfbba6bed11ccfbc06
Author: Andras Timar <andras.timar at collabora.com>
Date: Tue May 24 00:17:44 2016 +0200
loleaflet: define l10n _() function earlier
(cherry picked from commit ec6e6269527a61960517f7cb7a33e79f8c174866)
diff --git a/loleaflet/dist/loleaflet.html b/loleaflet/dist/loleaflet.html
index c27cb69..c83f869 100644
--- a/loleaflet/dist/loleaflet.html
+++ b/loleaflet/dist/loleaflet.html
@@ -34,6 +34,7 @@
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
<script src="/loleaflet/%VERSION%/l10n/json2.min.js"></script>
<script src="/loleaflet/%VERSION%/l10n/l10n.min.js"></script>
+ <script>var _ = function (string) {return string.toLocaleString();};</script>
<script src="/loleaflet/%VERSION%/toolbar/w2ui.min.js"></script>
<script src="/loleaflet/%VERSION%/toolbar/select2.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/jquery-ui.min.js"></script>
@@ -48,7 +49,6 @@
<script src="/loleaflet/%VERSION%/dialog/vex.combined.min.js"></script>
<script src="/loleaflet/%VERSION%/branding.js"></script> <!-- logo onclick handler -->
<script>vex.defaultOptions.className = 'vex-theme-plain';</script>
- <script>var _ = function (string) {return string.toLocaleString();};</script>
<script src="/loleaflet/%VERSION%/errormessages.js"></script>
<!--The "controls" div holds map controls such as the Zoom button and
More information about the Libreoffice-commits
mailing list