Mercurial > hgrepos > hgweb.cgi > s4
changeset 938:627a7fdf3e16 draft
Team name column changed from 3 to 4 by changeset 937:7b3786b1eb4b
author | HIROSE Yuuji <yuuji@gentei.org> |
---|---|
date | Tue, 17 Aug 2021 09:46:29 +0900 |
parents | 7b3786b1eb4b |
children | 6c2f8bb3cc6e |
files | s4-main.js |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/s4-main.js Sun Aug 08 11:28:37 2021 +0900 +++ b/s4-main.js Tue Aug 17 09:46:29 2021 +0900 @@ -722,7 +722,7 @@ u.checked = false; // when "TEAM" is selected } else { p = p.parentNode.parentNode;// should be tr - team = nthChildOf(p, 3, "td") + team = nthChildOf(p, 4, "td") if (team && team.textContent && team.textContent.match(selected)) { u.checked = true;