mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
store dxcc_id in localStorage aswell
This commit is contained in:
@@ -25,6 +25,10 @@
|
||||
var inputValue = $(this).val();
|
||||
localStorage.setItem(inputId, inputValue);
|
||||
});
|
||||
$('#dxcc_id').change(function() {
|
||||
var dxcc_id = $(this).val();
|
||||
localStorage.setItem('dxcc_id', dxcc_id);
|
||||
});
|
||||
|
||||
// delete all data in localStorage and reload page
|
||||
$('#resetInstaller').click(function() {
|
||||
|
||||
Reference in New Issue
Block a user