append is better as the toast()s appear in time-order
This commit is contained in:
@@ -34,7 +34,7 @@ function NewToast(data)
|
|||||||
</div>
|
</div>
|
||||||
`
|
`
|
||||||
// insert this as the first element in the status_container
|
// insert this as the first element in the status_container
|
||||||
$('#status_container').prepend(div)
|
$('#status_container').append(div)
|
||||||
|
|
||||||
return d_id
|
return d_id
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user