mirror of
https://github.com/iv-org/invidious.git
synced 2025-09-07 07:41:12 +00:00
formatting
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user