Mobile layout tweaks

This commit is contained in:
Ian Renton
2026-01-31 22:24:46 +00:00
parent 3be63a8dd6
commit 9241a26a47
4 changed files with 6 additions and 6 deletions

View File

@@ -318,7 +318,7 @@ function createNewTableRowsForSpot(s, highlightNew) {
var bandFullName = s['band'] ? s['band'] + " band": "Unknown band";
// Format "worked" checkbox
var workedCheckbox = `<input type="checkbox" ${alreadyWorkedThis ? "checked" : ""} onClick="setWorkedState('${s['dx_call']}', '${s['band']}', '${s['mode']}', ${alreadyWorkedThis ? "false" : "true"});">`;
var workedCheckbox = `<input type="checkbox" ${alreadyWorkedThis ? "checked" : ""} onClick="setWorkedState('${s['dx_call']}', '${s['band']}', '${s['mode']}', ${alreadyWorkedThis ? "false" : "true"});" title="Check this box to record that you have worked this callsign on their current band and mode.">`;
// Populate the row
if (showTime) {