From f25066e23e1d3ef5af2657e22387fd9723ee1c77 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 2 Dec 2024 22:10:07 +0800 Subject: [PATCH] Update public.js --- web/static/app/public.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/static/app/public.js b/web/static/app/public.js index 46ce3a2b5..aaecee54a 100755 --- a/web/static/app/public.js +++ b/web/static/app/public.js @@ -1491,7 +1491,7 @@ function getReloads() { } var b = ""; var d = ""; - $("#task").text(h.task.length); + $("#task").text(h.count); $(".task_count").text(h.task.length); for(var g = 0; g < h.task.length; g++) { if(h.task[g].status == "-1") {