From 760522312d69812f17454bfcf3caa7ff496d1059 Mon Sep 17 00:00:00 2001 From: Hakaba Hitoyo Date: Sat, 7 Jul 2018 20:14:15 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=A6=E3=83=BC=E3=82=B6=E3=83=BC=E3=83=9E?= =?UTF-8?q?=E3=83=83=E3=83=81=E3=83=B3=E3=82=B0=E3=82=92=E5=91=BC=E3=81=B6?= =?UTF-8?q?=E3=81=A8=E3=81=8D=E3=80=81=E8=87=AA=E5=88=86=E8=87=AA=E8=BA=AB?= =?UTF-8?q?=E3=80=81=E3=83=95=E3=82=A9=E3=83=AD=E3=83=BC=E6=B8=88=E3=81=BF?= =?UTF-8?q?=E3=80=81=E3=83=96=E3=83=A9=E3=83=83=E3=82=AF=E3=83=AA=E3=82=B9?= =?UTF-8?q?=E3=83=88=E3=80=81=E3=83=9C=E3=83=83=E3=83=88=E3=82=92=E9=99=A4?= =?UTF-8?q?=E3=81=8F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/js/userdata/his-data.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/js/userdata/his-data.js b/app/js/userdata/his-data.js index 0dc30de2..ccca868a 100644 --- a/app/js/userdata/his-data.js +++ b/app/js/userdata/his-data.js @@ -416,7 +416,7 @@ function showMat() { var full=$("#his-acct").attr("fullname"); var acct_id=$("#his-data").attr("use-acct"); full=full.split("@"); - var start = "https://vinayaka.distsn.org/cgi-bin/vinayaka-user-match-api.cgi?"+full[1]+"+" + full[0]; + var start = "https://vinayaka.distsn.org/cgi-bin/vinayaka-user-match-filtered-api.cgi?"+full[1]+"+" + full[0]; console.log(start); fetch(start, { method: 'GET', @@ -451,4 +451,4 @@ function showMat() { }); $("#his-matching-list-contents").html(templete); }); -} \ No newline at end of file +}