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:
authorThomas Steur <tsteur@users.noreply.github.com>2018-01-10 21:45:20 +0300
committerGitHub <noreply@github.com>2018-01-10 21:45:20 +0300
commit82a9b1b0a01dc20928d50134233e167f0116472d (patch)
treea85fb5ecde6e9b9bacdd20f4310919daf674ab59 /tests/angularjs
parent92cb21b63c7b971579a9f0e3da57cc7d425a3c4f (diff)
Further Piwik.org => Matomo.org replacements (#12415)
* renaming more Piwik mentions * some more updates * fix some tests * support matomo partially as require string * fix tests * fix failing system test * fix tests * fix system test * fix test
Diffstat (limited to 'tests/angularjs')
-rw-r--r--tests/angularjs/README.md2
-rw-r--r--tests/angularjs/bootstrap.js4
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/angularjs/README.md b/tests/angularjs/README.md
index a50b688e1b..ed021cd8ff 100644
--- a/tests/angularjs/README.md
+++ b/tests/angularjs/README.md
@@ -3,7 +3,7 @@
`[sudo] npm install .`
#### Ubuntu
-On Ubuntu you might be able to use the `scripts/install-ubuntu.sh` script. Have a [look](https://github.com/piwik/piwik/blob/master/tests/angularjs/install-ubuntu.sh) and give it a try
+On Ubuntu you might be able to use the `scripts/install-ubuntu.sh` script. Have a [look](https://github.com/matomo-org/piwik/blob/master/tests/angularjs/install-ubuntu.sh) and give it a try
#### Requirements
* node.js > 0.10
diff --git a/tests/angularjs/bootstrap.js b/tests/angularjs/bootstrap.js
index 7809c39e53..4b0ee79a10 100644
--- a/tests/angularjs/bootstrap.js
+++ b/tests/angularjs/bootstrap.js
@@ -5,7 +5,7 @@ piwik.cacheBuster = "5da0272c4b354bd1ec3a2e24e6049984";
piwik.userLogin = "root";
piwik.idSite = "1";
piwik.siteName = "Example\x20Site";
-piwik.siteMainUrl = "http\x3A\x2F\x2Fdeveloper.piwik.org";
+piwik.siteMainUrl = "http\x3A\x2F\x2Fdeveloper.matomo.org";
piwik.period = "day";
piwik.currentDateString = "2014-03-28";
piwik.startDateString = "2014-03-28";
@@ -33,7 +33,7 @@ var piwikUsageTracking = {
visitorCustomVariables: [
{id: 1, name: 'Access', value: 'user'}
],
- trackingDomain: 'http://demo.piwik.org',
+ trackingDomain: 'http://demo.matomo.org',
exampleDomain: 'http://example.com'
};