CC-2438: Add a button to listen to the stream immediately
-initial commit
This commit is contained in:
parent
4213b05a8d
commit
e580c5ae0d
4 changed files with 55 additions and 23 deletions
|
@ -257,6 +257,10 @@ function init() {
|
|||
secondsTimer();
|
||||
|
||||
setupQtip();
|
||||
|
||||
$('#on-air-info').click(function() {
|
||||
audioStream()
|
||||
});
|
||||
}
|
||||
|
||||
$(document).ready(function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue