mirror of
https://github.com/jbcr/core.git
synced 2026-04-30 04:03:11 +02:00
fix translation update
This commit is contained in:
committed by
Bob den Otter
parent
ae8b5f97e6
commit
c51115bc07
@@ -39,6 +39,9 @@
|
||||
|
||||
{% block javascripts %}
|
||||
{{ parent() }}
|
||||
<script type="text/javascript">
|
||||
var editUrl = "{{ path('translation_edit', {configName: configName, locale:currentLocale,domain:currentDomain}) }}";
|
||||
</script>
|
||||
<script type="text/javascript" src="{{ asset("bundles/translation/js/webui.js") }}"></script>
|
||||
{% endblock %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user