diff options
| author | RblSb <msrblsb@gmail.com> | 2021-07-05 17:09:56 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2021-07-05 17:09:56 +0300 |
| commit | cf78d464be214eedcd7909001ece2aa0a216d136 (patch) | |
| tree | 5801ef0ca01589ed923c961a93b30278df9ea9d3 /res/index.html | |
| parent | ede45cea8706eb8540e466df9861c2af8ebf9c44 (diff) | |
vtt/srt subs support
Diffstat (limited to 'res/index.html')
| -rw-r--r-- | res/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/res/index.html b/res/index.html index 766ec7c..f070816 100644 --- a/res/index.html +++ b/res/index.html @@ -96,11 +96,11 @@ <input id="subsurl" type="text" placeholder="${subtitlesUrlOptional}"> </div> <div> - <button id="queue_next">${queueNext}</button> - <button id="queue_end">${queueLast}</button> <label> <input class="add-temp" type="checkbox" checked="checked">${addAsTemporary} </label> + <button id="queue_next">${queueNext}</button> + <button id="queue_end">${queueLast}</button> </div> </div> <div class="collapse" id="customembed" aria-expanded="false"> @@ -108,11 +108,11 @@ <textarea id="customembed-content" rows="5" placeholder="${pasteEmbedCodeAndClick} '${queueNext}' ${or} '${queueLast}'. ${acceptableEmbedCodesAre} <iframe> ${or} <object>. ${customEmbedsCannotBeSynchronized}."></textarea> <div> - <button id="ce_queue_next">${queueNext}</button> - <button id="ce_queue_end">${queueLast}</button> <label> <input class="add-temp" type="checkbox" checked="checked">${addAsTemporary} </label> + <button id="ce_queue_next">${queueNext}</button> + <button id="ce_queue_end">${queueLast}</button> </div> </div> <!-- Queue --> |
