mirror of
https://github.com/craigerl/aprsd.git
synced 2025-04-13 15:08:33 -04:00
click on the div after added.
This commit is contained in:
parent
a8dd9ce012
commit
377842c2ec
@ -110,6 +110,7 @@ function append_message_html(callsign, msg_html, new_callsign) {
|
||||
}
|
||||
|
||||
$(divname).animate({scrollTop: $(divname)[0].scrollHeight}, "slow");
|
||||
$(divname).trigger('click');
|
||||
}
|
||||
|
||||
function create_message_html(time, from, to, message, ack, msg) {
|
||||
|
Loading…
Reference in New Issue
Block a user