mirror of
https://github.com/iv-org/invidious.git
synced 2025-06-07 06:12:56 -04:00
formatting
This commit is contained in:
parent
bc3b3f6d69
commit
e67a30b124
1 changed files with 6 additions and 6 deletions
|
@ -620,7 +620,7 @@ function toggle_caption_window() {
|
|||
update_captions();
|
||||
}
|
||||
|
||||
function toggle_caption_opacity() {
|
||||
function toggle_caption_opacity() {
|
||||
const numOptions = options.textOpacity.length;
|
||||
const textOpacity = player.textTrackSettings.getValues().textOpacity || '1';
|
||||
const curIndex = options.textOpacity.indexOf(textOpacity);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue