mirror of
https://github.com/craigerl/aprsd.git
synced 2025-08-08 00:02:26 -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).animate({scrollTop: $(divname)[0].scrollHeight}, "slow");
|
||||||
|
$(divname).trigger('click');
|
||||||
}
|
}
|
||||||
|
|
||||||
function create_message_html(time, from, to, message, ack, msg) {
|
function create_message_html(time, from, to, message, ack, msg) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user