Skip to content

Commit

Permalink
Fixed UI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjeevbigstep committed Nov 24, 2021
1 parent 01899d1 commit fc7bed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/wp-agora-io-public.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function getCameraDevices() {


jQuery('#camera-list a').click(function(event) {
n(event.target.id)
changeCameraDevice(event.target.id)
});

jQuery('#test-device-camera-list select').on('change', function() {
Expand Down

0 comments on commit fc7bed0

Please sign in to comment.