Removed reference to tdd.

pull/2737/head
Blaž Kristan 2021-08-20 09:54:54 +02:00
rodzic fba707f6a8
commit 771a544d0f
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -1125,7 +1125,6 @@ function readState(s,command=false)
if (s.pl<0) currentPreset = s.ps; if (s.pl<0) currentPreset = s.ps;
else currentPreset = s.pl; else currentPreset = s.pl;
gId('tt').value = s.transition/10; gId('tt').value = s.transition/10;
if (s.tdd >= 0) tr = s.tdd/10;
var selc=0; var ind=0; var selc=0; var ind=0;
populateSegments(s); populateSegments(s);