Revert "loleaflet: add LANG variable parameter"

This reverts commit d3e8385fbb.
This commit is contained in:
Jan Holesovsky 2019-03-15 17:27:17 +01:00
parent b132738476
commit 6d32ee8e61

View file

@ -209,9 +209,9 @@ ifelse(MOBILEAPP,[true],
[ <script src="bundle.js" defer></script>
]),
ifelse(DEBUG,[true],foreachq([fileJS],[LOLEAFLET_JS],
[ <script src="<%SERVICE_ROOT%>/loleaflet/<%VERSION%>/fileJS<%LANG%>" defer></script>
[ <script src="<%SERVICE_ROOT%>/loleaflet/<%VERSION%>/fileJS" defer></script>
]),
[ <script src="<%SERVICE_ROOT%>/loleaflet/<%VERSION%>/bundle.js<%LANG%>" defer></script>
[ <script src="<%SERVICE_ROOT%>/loleaflet/<%VERSION%>/bundle.js" defer></script>
])
<%BRANDING_JS%> <!-- logo onclick handler -->
)dnl