From 8231df6c44b1e703963e20ab478184420a321cb6 Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Wed, 23 Nov 2011 10:30:39 -0500 Subject: [PATCH] CC-3080: Select stream: drop-down menu does not really select stream, makes no difference to output quality on Firefox 3.6 -should be fixed. --- .../application/views/scripts/dashboard/stream-player.phtml | 2 -- 1 file changed, 2 deletions(-) diff --git a/airtime_mvc/application/views/scripts/dashboard/stream-player.phtml b/airtime_mvc/application/views/scripts/dashboard/stream-player.phtml index 6729b4fde..5c5020459 100644 --- a/airtime_mvc/application/views/scripts/dashboard/stream-player.phtml +++ b/airtime_mvc/application/views/scripts/dashboard/stream-player.phtml @@ -28,8 +28,6 @@ $(document).ready(function(){ $("#combo-box").change(function(eventObject){ var elem = $("#combo-box option:selected"); - console.log(elem); - setjPlayer(elem.attr("data-url"), elem.attr("data-type"), elem.attr("server-type")); });