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.
This commit is contained in:
parent
212205b0ff
commit
8231df6c44
|
@ -28,8 +28,6 @@ $(document).ready(function(){
|
||||||
|
|
||||||
$("#combo-box").change(function(eventObject){
|
$("#combo-box").change(function(eventObject){
|
||||||
var elem = $("#combo-box option:selected");
|
var elem = $("#combo-box option:selected");
|
||||||
console.log(elem);
|
|
||||||
|
|
||||||
setjPlayer(elem.attr("data-url"), elem.attr("data-type"), elem.attr("server-type"));
|
setjPlayer(elem.attr("data-url"), elem.attr("data-type"), elem.attr("server-type"));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue