mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fix error with formdata that doesn't exist
This commit is contained in:
@@ -15,6 +15,7 @@ $(document).ready(async function () {
|
||||
|
||||
// Storing the contestid in contest session
|
||||
$('#contestname, #copyexchangeto, #exchangesequence_select, #band, #mode, #frequency, #radio').change(function () {
|
||||
var formdata = new FormData(document.getElementById("qso_input"));
|
||||
setSession(formdata);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user