Spaces:
Paused
Paused
Update templates/index_new.html
Browse files- templates/index_new.html +1 -1
templates/index_new.html
CHANGED
|
@@ -898,7 +898,7 @@ console.log("SRT Path:", titulkysPath);
|
|
| 898 |
|
| 899 |
if (editor.style.display === "none" || !editor.style.display) {
|
| 900 |
// Zobrazit prvek
|
| 901 |
-
editor.style.display = "block";
|
| 902 |
setTimeout(() => {
|
| 903 |
editor.classList.add("visible");
|
| 904 |
}, 10); // Krátké zpoždění pro správný efekt opacity
|
|
|
|
| 898 |
|
| 899 |
if (editor.style.display === "none" || !editor.style.display) {
|
| 900 |
// Zobrazit prvek
|
| 901 |
+
//editor.style.display = "block";
|
| 902 |
setTimeout(() => {
|
| 903 |
editor.classList.add("visible");
|
| 904 |
}, 10); // Krátké zpoždění pro správný efekt opacity
|