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 (see #2220)
  • Loading branch information
lminiero committed Jul 1, 2022
1 parent 64591f3 commit 7b1f8e8
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 @@ -288,6 +288,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 7b1f8e8

Please sign in to comment.