Skip to content

Commit

Permalink
Remove extra space (watch.js)
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorA100 authored Aug 23, 2024
1 parent 28a1338 commit 7956c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/skins/classic/views/js/watch.js
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,7 @@ function initPage() {
}
streamPrepareStart();

// Event listener for double click
// Event listener for double click
//var elStream = document.querySelectorAll('[id ^= "liveStream"], [id ^= "evtStream"]');
var elStream = document.querySelectorAll('[id = "wrapperMonitor"]');
Array.prototype.forEach.call(elStream, (el) => {
Expand Down

0 comments on commit 7956c38

Please sign in to comment.