From 63fdb34f0ef7fd82665c682fd9493f4977b923fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=B6=9B?= Date: Fri, 14 Apr 2023 13:57:50 +0800 Subject: [PATCH] * zin: fix CSS class of suffix text --- module/project/js/browse.ui.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/project/js/browse.ui.js b/module/project/js/browse.ui.js index bce38fe8fa..984cbf0890 100644 --- a/module/project/js/browse.ui.js +++ b/module/project/js/browse.ui.js @@ -20,13 +20,13 @@ window.renderReleaseCountCell = function(result, {col, row}) if(col.name === 'storyCount') { - result[result.length] = {html:'SP'}; + result[result.length] = {html:'SP'}; return result; } if(col.name === 'invested') { - result[result.length] = {html:'' + langManDay + ''}; + result[result.length] = {html:'' + langManDay + ''}; return result; }