mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
add error message to log panel, too
This commit is contained in:
parent
11cfca5211
commit
eec35f07c3
|
|
@ -1135,6 +1135,7 @@ function on_ws_recv(evt) {
|
|||
bookmarks.replace_bookmarks(json['value'], "server");
|
||||
break;
|
||||
case "sdr_error":
|
||||
divlog(json['value'], true);
|
||||
var $overlay = $('#openwebrx-error-overlay');
|
||||
$overlay.find('.errormessage').text(json['value']);
|
||||
$overlay.show();
|
||||
|
|
|
|||
Loading…
Reference in a new issue