forked from 0x2620/pandora
enable languages
This commit is contained in:
parent
a1725a5f92
commit
8240a9ede6
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ pandora.ui.importAnnotationsDialog = function(options) {
|
||||||
if (subtitlesLayer && format == 'srt' && Ox.getObjectById(layers, subtitlesLayer)) {
|
if (subtitlesLayer && format == 'srt' && Ox.getObjectById(layers, subtitlesLayer)) {
|
||||||
$layerSelect.options({value: subtitlesLayer})
|
$layerSelect.options({value: subtitlesLayer})
|
||||||
}
|
}
|
||||||
|
updateLanguageSelect();
|
||||||
}
|
}
|
||||||
that[
|
that[
|
||||||
data.value.length ? 'enableButton' : 'disableButton'
|
data.value.length ? 'enableButton' : 'disableButton'
|
||||||
|
|
Loading…
Reference in a new issue