soiz1 commited on
Commit
ee2354a
·
1 Parent(s): 3e8513c

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -1508,7 +1508,7 @@
1508
  combineStatus.textContent = "音声の合成が完了しました";
1509
  enablePlayerControls();
1510
 
1511
- previewSection.style.display = 'block';
1512
 
1513
  document.addEventListener('visibilitychange', async () => {
1514
  if (document.hidden) {
 
1508
  combineStatus.textContent = "音声の合成が完了しました";
1509
  enablePlayerControls();
1510
 
1511
+ combineButton.disabled = false;
1512
 
1513
  document.addEventListener('visibilitychange', async () => {
1514
  if (document.hidden) {