From d64a75a24487bde0296f858421247171d9d5b78e Mon Sep 17 00:00:00 2001 From: Andreas <6977712+AndreasK79@users.noreply.github.com> Date: Fri, 28 Apr 2023 17:53:03 +0200 Subject: [PATCH] [Contesting] Fixed serial not incrementing when loading session --- assets/js/sections/contesting.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/assets/js/sections/contesting.js b/assets/js/sections/contesting.js index 1946f54e..7abcb1b2 100644 --- a/assets/js/sections/contesting.js +++ b/assets/js/sections/contesting.js @@ -485,10 +485,6 @@ function restoreContestSession(data) { $("#exch_sent").val(data.exchangesent); } - if (data.serialsent != "") { - $("#exch_serial_s").val(data.serialsent); - } - if (data.qso != "") { $.ajax({ url: base_url + 'index.php/contesting/getSessionQsos',