From e635540a822cd041c9518bb5e10ae9f861f7835d Mon Sep 17 00:00:00 2001 From: Nobutaka Mitsuhashi Date: Fri, 22 Dec 2023 14:47:35 +0900 Subject: [PATCH] update json url --- json_from_joomla/top.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json_from_joomla/top.html b/json_from_joomla/top.html index 57c6224..92cd44a 100644 --- a/json_from_joomla/top.html +++ b/json_from_joomla/top.html @@ -39,7 +39,7 @@ document.addEventListener("DOMContentLoaded", function () { // JSONデータのURL - var jsonUrl = "https://raw.githubusercontent.com/dbcls/humandbs/import_json/json_from_joomla/humandbs_ja_20230926.json" + var jsonUrl = "https://raw.githubusercontent.com/dbcls/humandbs/import_json/json_from_joomla/humandbs_en_20230926.json" // ページ上の要素を取得 var tableContainer = document.getElementById("table-container");