Skip to content

Commit

Permalink
Update dist/videoPlayer.html
Browse files Browse the repository at this point in the history
tabs to spaces

Co-authored-by: Rechi <[email protected]>
  • Loading branch information
malard and Rechi authored Jan 27, 2024
1 parent 9e371d5 commit 68eb1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/videoPlayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
function getBaseURL() {
var parts = window.location.href.split('videoPlayer.html');
return parts[0].replace(/\/\s*$/, '');
return parts[0].replace(/\/\s*$/, '');
}

// Vars.
Expand Down

0 comments on commit 68eb1b8

Please sign in to comment.