Skip to content

Commit

Permalink
Removed play event leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
LazeMSS committed Nov 30, 2020
1 parent be0f51d commit 89e39f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint_uicustomizer/static/js/uicustomizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ $(function() {
$('#control_link a').trigger('click');
}));

}).off('playing.UICCam').on('playing.UICCam play',function(event){
}).off('playing.UICCam').on('playing.UICCam',function(event){
// Clean up and show the player again
$('#IUCWebcamContainer div.nowebcam').remove();
$('#IUCWebcamContainer video').show();
Expand Down

0 comments on commit 89e39f4

Please sign in to comment.