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
radiopanik
panikweb
Commits
3133100c
Commit
3133100c
authored
Dec 19, 2013
by
fred
Browse files
convert piwik "stream" goal from javascript
parent
66a610d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/js/specifics.js
View file @
3133100c
...
...
@@ -225,6 +225,9 @@ $(function() {
if
(
stream
.
paused
==
false
){
stream
.
pause
();
}
else
{
if
(
typeof
(
_paq
)
==
'
object
'
)
{
_paq
.
push
([
'
trackGoal
'
,
1
]);
}
stream
.
play
();
}
return
false
;
...
...
Write
Preview
Supports
Markdown
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