arcanus commited on
Commit
2e7d209
·
verified ·
1 Parent(s): 8955ed2

Update templates/index_new.html

Browse files
Files changed (1) hide show
  1. 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