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
path: root/libs
diff options
context:
space:
mode:
authorIoannis Cherouvim <743305+cherouvim@users.noreply.github.com>2021-11-12 13:59:33 +0300
committerGitHub <noreply@github.com>2021-11-12 13:59:33 +0300
commit9c58f4e71db9133b2c83d51cf700e818ec5ff7e4 (patch)
treead1df466a922be680d9db678d6a562cf59950562 /libs
parented85bda162086338af3f50457ef99560c4c231af (diff)
fix: Updated paths mentioning "piwik/" to "/path/to/matomo/". (#18300)
Diffstat (limited to 'libs')
-rwxr-xr-xlibs/jqplot/build_minified_script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/jqplot/build_minified_script.sh b/libs/jqplot/build_minified_script.sh
index 38584f136d..be44acc8c2 100755
--- a/libs/jqplot/build_minified_script.sh
+++ b/libs/jqplot/build_minified_script.sh
@@ -1,5 +1,5 @@
# build jqplot-custom.min.js
-# the yuicompressor needs to be set up in piwik/js (see piwik/js/README.md)
+# the yuicompressor needs to be set up in /path/to/matomo/js (see /path/to/matomo/js/README.md)
cat jqplot.core.js > jqplot-custom.min.js-temp
cat jqplot.linearAxisRenderer.js >> jqplot-custom.min.js-temp