Skip to content

Commit 8f7902e

Browse files
committed
Revert "Skip CAT updates when manual logging is enabled"
This reverts commit 8c6fc6b.
1 parent 8c6fc6b commit 8f7902e

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

application/views/interface_assets/footer.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1964,19 +1964,6 @@ function getUTCDateStamp(el) {
19641964

19651965
// Update UI from CAT data
19661966
const updateFromCAT = (radioID) => {
1967-
1968-
// If manual logging is forced (manual=1), skip CAT updates entirely
1969-
const manualParam = new URLSearchParams(window.location.search).get('manual');
1970-
const manualMode = manualParam === '1';
1971-
if (manualMode) {
1972-
console.log("Manual QSO entry enabled, skipping CAT update.");
1973-
1974-
// Set Radio to Zero
1975-
$('#radio').val('0').trigger('change');
1976-
resetUI();
1977-
return;
1978-
}
1979-
19801967
if (radioID === '0') return;
19811968

19821969
$.getJSON(`radio/json/${radioID}`, (data) => {

0 commit comments

Comments
 (0)