Skip to content

Commit

Permalink
Fix Streaming demo on mobile where you needed to click twice to start…
Browse files Browse the repository at this point in the history
… a stream (fixes #2220)
  • Loading branch information
lminiero committed Jul 1, 2022
1 parent db3300d commit 7e65a64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions html/streamingtest.js
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ function updateStreamsList() {
$('#streamslist a').unbind('click').click(function() {
selectedStream = $(this).attr("id");
$('#streamset').html($(this).html()).parent().removeClass('open');
$('#list .dropdown-backdrop').remove();
return false;

});
Expand Down

0 comments on commit 7e65a64

Please sign in to comment.