From 61a52507925b2077eb6fc7217c0c4c9eabdf7ff4 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sat, 30 Jan 2021 16:18:30 +0100 Subject: [PATCH] fix typos --- htdocs/openwebrx.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/openwebrx.js b/htdocs/openwebrx.js index 44acfa9..24d7a13 100644 --- a/htdocs/openwebrx.js +++ b/htdocs/openwebrx.js @@ -761,8 +761,8 @@ function on_ws_recv(evt) { bookmarks.loadLocalBookmarks(); if ('sdr_id' in config || 'profile_id' in config) { - currentprofile['sdr_id'] = config['sdr_id'] || current_profile['sdr_id']; - currentprofile['profile_id'] = config['profile_id'] || current_profile['profile_id']; + currentprofile['sdr_id'] = config['sdr_id'] || currentprofile['sdr_id']; + currentprofile['profile_id'] = config['profile_id'] || currentprofile['profile_id']; $('#openwebrx-sdr-profiles-listbox').val(currentprofile.toString()); waterfall_clear();