Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ecolyo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
web-et-numerique
Factory
LLLE_Project
Ecolyo
Commits
da8fb860
Commit
da8fb860
authored
1 year ago
by
Bastien DUMONT
Browse files
Options
Downloads
Plain Diff
Merge branch '498-stats-matomo-ko' into 'dev'
fix: statistics matomo See merge request
!919
parents
8dff6231
aeada610
No related branches found
No related tags found
2 merge requests
!932
2.5
,
!919
fix: statistics matomo
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/utils/matomoTracker.ts
+1
-1
1 addition, 1 deletion
src/utils/matomoTracker.ts
with
1 addition
and
1 deletion
src/utils/matomoTracker.ts
+
1
−
1
View file @
da8fb860
...
...
@@ -68,7 +68,7 @@ export default class MatomoTracker {
if
(
typeof
window
===
'
undefined
'
)
{
return
}
const
currentPath
=
loc
.
hash
.
substring
(
1
)
const
currentPath
=
loc
.
pathname
MatomoTracker
.
push
([
'
setCustomUrl
'
,
'
https://ecolyo.com
'
+
currentPath
])
MatomoTracker
.
push
([
'
setDocumentTitle
'
,
currentPath
.
substring
(
1
)])
...
...
This diff is collapsed.
Click to expand it.
Ghost User
@ghost
mentioned in commit
e8d07a5f
·
1 year ago
mentioned in commit
e8d07a5f
mentioned in commit e8d07a5f42566a0965d0dcf7f1e22a2328f8e7ba
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment