Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b2f0a33f
Commit
b2f0a33f
authored
Aug 15, 2018
by
Tim Zallmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated URL in JS Snowplow template + added changelog
parent
d202fc96
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
ee/app/views/layouts/_snowplow.html.haml
ee/app/views/layouts/_snowplow.html.haml
+1
-1
ee/changelogs/unreleased/7244-snowplow-is-not-loading-correctly-sp-js.yml
...released/7244-snowplow-is-not-loading-correctly-sp-js.yml
+4
-0
No files found.
ee/app/views/layouts/_snowplow.html.haml
View file @
b2f0a33f
...
...
@@ -3,7 +3,7 @@
;(
function
(
p
,
l
,
o
,
w
,
i
,
n
,
g
){
if
(
!
p
[
i
]){
p
.
GlobalSnowplowNamespace
=
p
.
GlobalSnowplowNamespace
||
[];
p
.
GlobalSnowplowNamespace
.
push
(
i
);
p
[
i
]
=
function
(){(
p
[
i
].
q
=
p
[
i
].
q
||
[]).
push
(
arguments
)
};
p
[
i
].
q
=
p
[
i
].
q
||
[];
n
=
l
.
createElement
(
o
);
g
=
l
.
getElementsByTagName
(
o
)[
0
];
n
.
async
=
1
;
n
.
src
=
w
;
g
.
parentNode
.
insertBefore
(
n
,
g
)}}(
window
,
document
,
"
script
"
,
"
#{
asset_url
(
'
/assets/
shared/snowplow/sp.js'
)
}
"
,
"
snowplow
"
));
n
.
src
=
w
;
g
.
parentNode
.
insertBefore
(
n
,
g
)}}(
window
,
document
,
"
script
"
,
"
#{
asset_url
(
'shared/snowplow/sp.js'
)
}
"
,
"
snowplow
"
));
window
.
snowplow
(
'
newTracker
'
,
'
cf
'
,
'
#{
Gitlab
::
CurrentSettings
.
snowplow_collector_uri
}
'
,
{
appId
:
'
#{
Gitlab
::
CurrentSettings
.
snowplow_site_id
}
'
,
...
...
ee/changelogs/unreleased/7244-snowplow-is-not-loading-correctly-sp-js.yml
0 → 100644
View file @
b2f0a33f
title
:
Corrected URL for snowplow client side JS
merge_request
:
6899
author
:
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment