From 99cb81ea9b1bbe30b8d105433e039597bb2a7ebd Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Sat, 2 Nov 2024 15:20:25 -0400 Subject: [PATCH] Fixing a typo. --- htdocs/openwebrx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/openwebrx.js b/htdocs/openwebrx.js index c2fcaadc..3a697528 100644 --- a/htdocs/openwebrx.js +++ b/htdocs/openwebrx.js @@ -74,7 +74,7 @@ function tuneBySquelch(dir) { var squelch = $slider.val() - 13.0; // Start from the current offset within the waterfall - var f = UI.getOffsetFreqency(); + var f = UI.getOffsetFrequency(); // Scan up or down the waterfall dir = tuning_step * (dir>=0? 1 : -1);