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/Live/Live.php')
-rw-r--r--plugins/Live/Live.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Live/Live.php b/plugins/Live/Live.php
index e1bf4f828f..855ed752fa 100644
--- a/plugins/Live/Live.php
+++ b/plugins/Live/Live.php
@@ -1,8 +1,8 @@
<?php
/**
- * Piwik - free/libre analytics platform
+ * Matomo - free/libre analytics platform
*
- * @link http://piwik.org
+ * @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
*/
@@ -60,7 +60,7 @@ class Live extends \Piwik\Plugin
public function getJsFiles(&$jsFiles)
{
- $jsFiles[] = "libs/bower_components/visibilityjs/lib/visibility.core.js";
+ $jsFiles[] = "node_modules/visibilityjs/lib/visibility.core.js";
$jsFiles[] = "plugins/Live/javascripts/live.js";
$jsFiles[] = "plugins/Live/javascripts/SegmentedVisitorLog.js";
$jsFiles[] = "plugins/Live/javascripts/visitorActions.js";