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:
authorTim-Hinnerk Heuer <tim@innocraft.com>2021-08-16 13:12:37 +0300
committerGitHub <noreply@github.com>2021-08-16 13:12:37 +0300
commit09c012345d6913364af475598872105ff2fc854a (patch)
tree886973c8dc04cbcd67f53411f1e14e81e6cd604d /plugins/Installation/Controller.php
parent397badec453c021473baaf5f6c84211536c7f71e (diff)
add piwikHelper and define piwik.helper (#17888)
* add piwikHelper and define piwik.helper fixes #17787 there may well be a better way of including JS requirements such as piwikHelper.js but this was quick and it might not be desirable to dig too deep for this * refactor piwikHelper.js to controller #17787
Diffstat (limited to 'plugins/Installation/Controller.php')
-rw-r--r--plugins/Installation/Controller.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Installation/Controller.php b/plugins/Installation/Controller.php
index f6ff09a163..4a64b73d05 100644
--- a/plugins/Installation/Controller.php
+++ b/plugins/Installation/Controller.php
@@ -559,6 +559,7 @@ class Controller extends \Piwik\Plugin\ControllerAdmin
'plugins/CoreHome/angularjs/piwikApp.config.js',
'plugins/CoreHome/angularjs/piwikApp.js',
'plugins/Installation/javascripts/installation.js',
+ 'plugins/Morpheus/javascripts/piwikHelper.js',
);
if (defined('PIWIK_TEST_MODE') && PIWIK_TEST_MODE