mirror of
https://github.com/craigerl/aprsd.git
synced 2026-06-13 03:18:50 -04:00
Sending message to new callsign displays in an active tab
This commit is contained in:
@@ -423,7 +423,7 @@ function append_message(callsign, msg, msg_html) {
|
||||
//update_callsign_path(callsign, msg);
|
||||
append_message_html(callsign, msg_html, new_callsign);
|
||||
len = Object.keys(callsign_list).length;
|
||||
if (new_callsign && len == 1) {
|
||||
if (new_callsign) {
|
||||
//Now click the tab if and only if there is only one tab
|
||||
callsign_tab_id = callsign_tab(callsign);
|
||||
$(callsign_tab_id).click();
|
||||
|
||||
Reference in New Issue
Block a user