We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c6fc6b commit 8f7902eCopy full SHA for 8f7902e
1 file changed
application/views/interface_assets/footer.php
@@ -1964,19 +1964,6 @@ function getUTCDateStamp(el) {
1964
1965
// Update UI from CAT data
1966
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
1980
if (radioID === '0') return;
1981
1982
$.getJSON(`radio/json/${radioID}`, (data) => {
0 commit comments