append is better as the toast()s appear in time-order

This commit is contained in:
2023-01-13 15:32:43 +11:00
parent 5c64470d38
commit f98369e118

View File

@@ -34,7 +34,7 @@ function NewToast(data)
</div>
`
// insert this as the first element in the status_container
$('#status_container').prepend(div)
$('#status_container').append(div)
return d_id
}