Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -1508,7 +1508,7 @@
|
|
1508 |
combineStatus.textContent = "音声の合成が完了しました";
|
1509 |
enablePlayerControls();
|
1510 |
|
1511 |
-
|
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) {
|