CC-2438: Add a button to listen to the stream immediately

-initial commit
This commit is contained in:
martin 2011-08-23 12:45:03 -04:00
parent 4213b05a8d
commit e580c5ae0d
4 changed files with 55 additions and 23 deletions

View file

@ -257,6 +257,10 @@ function init() {
secondsTimer();
setupQtip();
$('#on-air-info').click(function() {
audioStream()
});
}
$(document).ready(function() {