From f98369e118441b843c3eb5b0637c185793df3db5 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Fri, 13 Jan 2023 15:32:43 +1100 Subject: [PATCH] append is better as the toast()s appear in time-order --- internal/js/jobs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/js/jobs.js b/internal/js/jobs.js index c97f6ca..e437eaf 100644 --- a/internal/js/jobs.js +++ b/internal/js/jobs.js @@ -34,7 +34,7 @@ function NewToast(data) ` // insert this as the first element in the status_container - $('#status_container').prepend(div) + $('#status_container').append(div) return d_id }