set quicklog to live qso mode

This commit is contained in:
HB9HIL
2023-11-04 21:39:48 +01:00
parent 1902bf1fb2
commit c9a9ebe7ed

View File

@@ -237,7 +237,7 @@
form.action = "<?php echo site_url('qso'); ?>";
form.method = "get";
input.name = "manual";
input.value = "1";
input.value = "0"; // Set to 1 if go to "Post-QSO" logging
}
form.submit();
}