Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Daron
panikweb
Commits
b8859b01
Commit
b8859b01
authored
Dec 28, 2013
by
fred
Browse files
js: pass pure dom element to piwik add listener
parent
06632cd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/js/specifics.js
View file @
b8859b01
...
...
@@ -89,7 +89,7 @@ $(function() {
piwikTracker
.
setCustomUrl
(
window
.
location
.
href
);
piwikTracker
.
trackPageView
();
$
(
'
.audio a
'
).
each
(
function
()
{
piwikTracker
.
addListener
(
$
(
this
)
)
;
piwikTracker
.
addListener
(
this
);
});
}
}
...
...
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