From 4ae6340daffcb81830cac8b7f977ac422ef6023c Mon Sep 17 00:00:00 2001 From: "fujimura.arata" Date: Mon, 25 Nov 2019 11:08:07 +0900 Subject: [PATCH] =?UTF-8?q?DOM=E5=A4=89=E6=9B=B4=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/script.js b/project/script.js index 067a606..ebc9136 100644 --- a/project/script.js +++ b/project/script.js @@ -16,7 +16,7 @@ $(function() { .each(function() { total += extractHours($(this).text()); }); - const title = $(this).find('h4 > span.js-project-column-name'); + const title = $(this).find('span.js-project-column-name'); const addText = total > 0 ? `[${total}h]` : ''; const newTitle = title .text()