1
0
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:
Hemna 2023-08-22 13:46:43 -04:00
parent a8dd9ce012
commit 377842c2ec

View File

@ -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) {