mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-25 11:32:35 +00:00
fix quicklog feature
This commit is contained in:
@@ -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" })
|
||||
|
||||
Reference in New Issue
Block a user