s4

changeset 938:627a7fdf3e16

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 diff
     1.1 --- a/s4-main.js	Sun Aug 08 11:28:37 2021 +0900
     1.2 +++ b/s4-main.js	Tue Aug 17 09:46:29 2021 +0900
     1.3 @@ -722,7 +722,7 @@
     1.4  			u.checked = false;	// when "TEAM" is selected
     1.5  		    } else {
     1.6  			p = p.parentNode.parentNode;// should be tr
     1.7 -			team = nthChildOf(p, 3, "td")
     1.8 +			team = nthChildOf(p, 4, "td")
     1.9  			if (team && team.textContent
    1.10  			    && team.textContent.match(selected)) {
    1.11  			    u.checked = true;