diff options
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 --> |
