mirror of
https://github.com/iv-org/invidious.git
synced 2025-12-13 09:35:30 -05: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();
|
update_captions();
|
||||||
}
|
}
|
||||||
|
|
||||||
function toggle_caption_opacity() {
|
function toggle_caption_opacity() {
|
||||||
const numOptions = options.textOpacity.length;
|
const numOptions = options.textOpacity.length;
|
||||||
const textOpacity = player.textTrackSettings.getValues().textOpacity || '1';
|
const textOpacity = player.textTrackSettings.getValues().textOpacity || '1';
|
||||||
const curIndex = options.textOpacity.indexOf(textOpacity);
|
const curIndex = options.textOpacity.indexOf(textOpacity);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue