From c02a334d477cc263df9aa5733e50a62d0b195be4 Mon Sep 17 00:00:00 2001 From: phl0 Date: Thu, 1 Dec 2022 15:43:24 +0100 Subject: [PATCH] Also reset callsign image display --- assets/js/sections/qso.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/js/sections/qso.js b/assets/js/sections/qso.js index 4b9f8120..8746ba7a 100644 --- a/assets/js/sections/qso.js +++ b/assets/js/sections/qso.js @@ -749,4 +749,6 @@ function resetDefaultQSOFields() { $('#callsign_info').removeClass("badge-success"); $('#callsign_info').removeClass("badge-danger"); $('#input_usa_state').val(""); -} \ No newline at end of file + $('#callsign-image').attr('style', 'display: none;'); + $('#callsign-image-content').text(""); +}