mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-21 07:41:49 -05:00
Sending message to new callsign displays in an active tab
This commit is contained in:
parent
f0b99564d1
commit
d42638efe3
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user