mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-10 06:05:47 -05:00
formatting
This commit is contained in:
parent
bc3b3f6d69
commit
e67a30b124
@ -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…
x
Reference in New Issue
Block a user