From 4bdf495d8fc81f93cd50f709f5ef9414546f9eac Mon Sep 17 00:00:00 2001 From: zouap Date: Tue, 18 Jan 2022 16:42:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- templates/repo/cloudbrain/benchmark/new.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/cloudbrain/benchmark/new.tmpl b/templates/repo/cloudbrain/benchmark/new.tmpl index 4b7d0da2e..6e6fb80cd 100755 --- a/templates/repo/cloudbrain/benchmark/new.tmpl +++ b/templates/repo/cloudbrain/benchmark/new.tmpl @@ -187,7 +187,7 @@ const n_length = data['child_types'].length let html='' for (let i=0;i"${data['child_types'][i].value}"`; + html += ``; } document.getElementById("benchmark_child_types_id").innerHTML=html; })