WebChat: new tab should get focus

When a new tab is created it now gets the focus.
This commit is contained in:
Hemna 2023-09-26 10:31:00 -04:00
parent 3f5dbe0a12
commit ff358987a9
1 changed files with 2 additions and 2 deletions

View File

@ -332,8 +332,8 @@ function append_message(callsign, msg, msg_html) {
if (new_callsign) {
//Now click the tab
callsign_tab_id = callsign_tab(callsign);
//$(callsign_tab_id).click();
//callsign_select(callsign);
$(callsign_tab_id).click();
callsign_select(callsign);
}
}