Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
radiopanik
panikweb
Commits
fd7fe5f8
Commit
fd7fe5f8
authored
Dec 28, 2013
by
fred
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
don't disable onair display when pausing stream
parent
2a5826e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
panikweb_templates/static/js/specifics.js
panikweb_templates/static/js/specifics.js
+0
-1
No files found.
panikweb_templates/static/js/specifics.js
View file @
fd7fe5f8
...
...
@@ -247,7 +247,6 @@ $(function() {
}).
on
(
'
pause
'
,
function
(){
//$('audio:not(#DirectStreamPanik)').each(function(){this.pause();});
$
(
'
#streamSymbol
'
).
addClass
(
'
icon-volume-up
'
).
removeClass
(
'
icon-pause
'
);
$
(
'
#RefreshWhatsOnAir
'
).
trigger
(
'
deactivate
'
);
});
if
(
$
(
'
#player-container
'
).
offset
()){
var
topPosition
=
0
;
...
...
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