From 27cd48aeddb04bf2dba9453af1a8d6cc5322af88 Mon Sep 17 00:00:00 2001 From: "shimoda.m@nds-tyo.co.jp" Date: Thu, 5 Oct 2023 10:34:06 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=83=80=E3=82=A6=E3=83=B3=E3=83=AD?= =?UTF-8?q?=E3=83=BC=E3=83=89=E6=99=82=E3=81=AB=E3=83=AD=E3=83=BC=E5=AF=9D?= =?UTF-8?q?=E5=85=B7=E3=81=8C=E5=87=BA=E3=81=AA=E3=81=8F=E3=81=AA=E3=81=A3?= =?UTF-8?q?=E3=81=9F=E3=81=AE=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecs/jskult-webapp/src/templates/bioSearchList.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecs/jskult-webapp/src/templates/bioSearchList.html b/ecs/jskult-webapp/src/templates/bioSearchList.html index 9acfdbba..8bdfbaeb 100644 --- a/ecs/jskult-webapp/src/templates/bioSearchList.html +++ b/ecs/jskult-webapp/src/templates/bioSearchList.html @@ -194,7 +194,7 @@ // CSV/Excelダウンロード処理 function download(ext) { // ローディング開始 - const loading = new Loading(''); + const loading = new Loading(); loading.start(); // ダウンロード固有のパラメータを設定