Skip to content

Commit

Permalink
Stop file refresh timer after the file list is received
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMueller2003 committed Aug 22, 2023
1 parent db9e878 commit 634215c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions html/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,8 @@ function RequestListOfFiles() {
else
{
// console.info("SendCommand: Transaction complete");
clearTimeout(FseqFileListRequestTimer);
FseqFileListRequestTimer = null;
ProcessGetFileListResponse(data);
CompletedServerTransaction = true;
}
Expand Down

0 comments on commit 634215c

Please sign in to comment.