diff --git a/index.html b/index.html index 00aea96..6aab23b 100644 --- a/index.html +++ b/index.html @@ -249,7 +249,7 @@ ["GRL", "ML1", "ML2", "HSJ", "uniq"].forEach( function (s) {if($("#"+s).prop("checked")) {query.unshift(s+"=true");}}); query = query.join('&'); - window.location.href = escape("../cgi-bin/attend/call.cgi?"+query+"&excel=true"); + window.location.href = "/~tkuro/cgi-bin/attend/call.cgi?"+query+"&excel=true"; }