commented the code

This commit is contained in:
int2001 2023-08-06 08:01:21 +00:00
parent bc76514096
commit 9f50106529
No known key found for this signature in database
GPG key ID: DFB1C13CD2DB037B

View file

@ -3,8 +3,8 @@ $("#callsign").focus();
var sessiondata={};
$(document).ready(async function () {
sessiondata=await getSession();
await restoreContestSession(sessiondata);
sessiondata=await getSession(); // save sessiondata global (we need it later, when adding qso)
await restoreContestSession(sessiondata); // wait for restoring until finished
setRst($("#mode").val());
});