diff --git a/static/js/modes/morse.js b/static/js/modes/morse.js index 1ba5acb..779e0db 100644 --- a/static/js/modes/morse.js +++ b/static/js/modes/morse.js @@ -347,8 +347,8 @@ var MorseMode = (function () { var indicator = document.getElementById('morseStatusIndicator'); var statusText = document.getElementById('morseStatusText'); - if (startBtn) startBtn.style.display = running ? 'none' : 'block'; - if (stopBtn) stopBtn.style.display = running ? 'block' : 'none'; + if (startBtn) startBtn.style.display = running ? 'none' : ''; + if (stopBtn) stopBtn.style.display = running ? '' : 'none'; if (indicator) { indicator.style.background = running ? '#00ff88' : 'var(--text-dim)'; diff --git a/templates/partials/modes/morse.html b/templates/partials/modes/morse.html index 00c9251..0b170ae 100644 --- a/templates/partials/modes/morse.html +++ b/templates/partials/modes/morse.html @@ -17,14 +17,14 @@
- - - - - - - - + + + + + + + +
@@ -103,18 +103,6 @@ - -
-
- - -
-
-

@@ -122,4 +110,7 @@ or an upconverter, plus an appropriate HF antenna (dipole, end-fed, or random wire).

+ + +