mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
commented the code
This commit is contained in:
parent
bc76514096
commit
9f50106529
1 changed files with 2 additions and 2 deletions
|
|
@ -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());
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue