From 30089b3d7f1b25072f2b65fd15c98668d71f89bf Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Thu, 8 Jun 2023 23:04:37 -0400 Subject: [PATCH] Now also adding frame to bookmark dialogs. --- htdocs/openwebrx.js | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/openwebrx.js b/htdocs/openwebrx.js index 98f6e635..25304e48 100644 --- a/htdocs/openwebrx.js +++ b/htdocs/openwebrx.js @@ -1094,6 +1094,7 @@ function on_ws_recv(evt) { if ('ui_frame' in config) { var x = config['ui_frame']; $('#openwebrx-panel-receiver').css('border', x? '2px solid':''); + $('#openwebrx-dialog-bookmark').css('border', x? '2px solid':''); } if ('ui_swap_wheel' in config) {