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:
parent
3f5dbe0a12
commit
ff358987a9
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user