fix quicklog feature

This commit is contained in:
HB9HIL
2024-11-27 16:21:48 +01:00
parent 6a7aaf14e1
commit 55935d4ab4

View File

@@ -1234,8 +1234,10 @@ $(document).ready(function () {
set_timers();
updateStateDropdown('#dxcc_id', '#stateInputLabel', '#location_us_county', '#stationCntyInputQso');
// Clear the localStorage for the qrg units
// Clear the localStorage for the qrg units, except the quicklogCallsign
let quicklogCallsign = localStorage.getItem('quicklogCallsign');
localStorage.clear();
localStorage.setItem('quicklogCallsign', quicklogCallsign);
set_qrg();
$("#locator").popover({ placement: 'top', title: 'Gridsquare Formatting', content: "Enter multiple (4-digit) grids separated with commas. For example: IO77,IO78" })