1
0
mirror of https://github.com/craigerl/aprsd.git synced 2025-08-07 15:52:27 -04:00

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

View File

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