Revert "loleaflet: add LANG variable parameter"
This reverts commit d3e8385fbb
.
This commit is contained in:
parent
b132738476
commit
6d32ee8e61
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue