mirror of
https://github.com/craigerl/aprsd.git
synced 2025-04-06 19:48:32 -04:00
WebChat: new tab should get focus
When a new tab is created it now gets the focus.
This commit is contained in:
parent
3f5dbe0a12
commit
ff358987a9
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user