Now also adding frame to bookmark dialogs.
This commit is contained in:
parent
767952bbfd
commit
30089b3d7f
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue