From 6a22f3667fc4f7c68c04d7ba7bcbb99ade817af6 Mon Sep 17 00:00:00 2001 From: James Date: Fri, 11 Nov 2011 10:25:24 -0500 Subject: [PATCH] CC-2438: Add a button to listen to the stream immediately - fixed --- airtime_mvc/public/js/airtime/dashboard/playlist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/public/js/airtime/dashboard/playlist.js b/airtime_mvc/public/js/airtime/dashboard/playlist.js index 9310958b3..d58b8b9f7 100644 --- a/airtime_mvc/public/js/airtime/dashboard/playlist.js +++ b/airtime_mvc/public/js/airtime/dashboard/playlist.js @@ -260,7 +260,7 @@ function init() { setupQtip(); - $('.listen-control-block').click(function() { + $('.listen-control-button').click(function() { if (stream_window == null || stream_window.closed) stream_window=window.open(baseUrl+"Dashboard/stream-player", 'name', 'width=400,height=216'); stream_window.focus();