mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-16 09:58:50 +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