Code style
This commit is contained in:
parent
eba0831538
commit
8743c6a08d
@ -2457,16 +2457,14 @@
|
|||||||
|
|
||||||
// Select active caption
|
// Select active caption
|
||||||
function _setCaptionIndex(index) {
|
function _setCaptionIndex(index) {
|
||||||
|
// Save active caption
|
||||||
//save active caption
|
|
||||||
config.captions.selectedIndex = index;
|
config.captions.selectedIndex = index;
|
||||||
|
|
||||||
// clear caption
|
// Clear caption
|
||||||
_setCaption();
|
_setCaption();
|
||||||
|
|
||||||
// re-run setup
|
// Re-run setup
|
||||||
_setupCaptions();
|
_setupCaptions();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check if media is loading
|
// Check if media is loading
|
||||||
|
Loading…
x
Reference in New Issue
Block a user