Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Backend
Commits
d708fa66
Commit
d708fa66
authored
Nov 19, 2013
by
Matija Obreza
Browse files
try-catch for GA extra variables
parent
88f45fe9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/decorator/footer.jsp
View file @
d708fa66
...
...
@@ -34,7 +34,9 @@
var
_gaq
=
_gaq
||
[];
_gaq
.
push
([
'
_setAccount
'
,
'
${googleAnalyticsAccount}
'
]);
_gaq
.
push
([
'
_trackPageview
'
]);
_gaq
.
concat
(
_pageGaq
||
[]);
try
{
_gaq
.
concat
(
_pageGaq
||
[]);
}
catch
(
e
)
{}
(
function
()
{
var
ga
=
document
.
createElement
(
'
script
'
);
ga
.
type
=
'
text/javascript
'
;
ga
.
async
=
true
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment