Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Morpheus/templates/_jsGlobalVariables.twig')
-rw-r--r--plugins/Morpheus/templates/_jsGlobalVariables.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Morpheus/templates/_jsGlobalVariables.twig b/plugins/Morpheus/templates/_jsGlobalVariables.twig
index 7f127d5b2c..70f7710936 100644
--- a/plugins/Morpheus/templates/_jsGlobalVariables.twig
+++ b/plugins/Morpheus/templates/_jsGlobalVariables.twig
@@ -16,7 +16,7 @@
symbolDecimal: "{{ 'Intl_NumberSymbolDecimal'|translate }}"
};
- piwik.relativePluginWebDirs = {{ relativePluginWebDirs|json_encode|raw }}
+ piwik.relativePluginWebDirs = {{ relativePluginWebDirs|json_encode|raw }};
{% if userLogin %}piwik.userLogin = "{{ userLogin|e('js')}}";{% endif %}