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:
authoregon w. stemle <github@iiegn.de>2017-02-18 14:45:40 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2017-02-18 14:45:40 +0300
commit5b8619fb355c8a1d86976b324b3feda381dec8ef (patch)
tree0271f3e0b2ac38c09dbec4fcd0f175d7f224deed /plugins/Morpheus/templates/javascriptCode.twig
parent6fab62e2229f9efadbcf43ff541b46f007fc6323 (diff)
Fix #11332 (#11333)
Change '//' comment to '/* ... */' to avoid interference with html/js optimisers.
Diffstat (limited to 'plugins/Morpheus/templates/javascriptCode.twig')
-rw-r--r--plugins/Morpheus/templates/javascriptCode.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Morpheus/templates/javascriptCode.twig b/plugins/Morpheus/templates/javascriptCode.twig
index f54bbf1960..8c18b848a7 100644
--- a/plugins/Morpheus/templates/javascriptCode.twig
+++ b/plugins/Morpheus/templates/javascriptCode.twig
@@ -1,7 +1,7 @@
<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
- // tracker methods like "setCustomDimension" should be called before "trackPageView"
+ /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
{$options} _paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {