diff s4-main.js @ 987:e71a86651d72 draft

Table in GrpAction page contains userid(localpart) for summary
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 31 Jul 2022 15:26:18 +0900
parents a094bd547d6b
children 964a99fe2fb1
line wrap: on
line diff
--- a/s4-main.js	Sun Jun 26 19:09:40 2022 +0900
+++ b/s4-main.js	Sun Jul 31 15:26:18 2022 +0900
@@ -901,7 +901,7 @@
 			u.checked = false;	// when "TEAM" is selected
 		    } else {
 			p = p.parentNode.parentNode;// should be tr
-			team = nthChildOf(p, 4, "td")
+			team = nthChildOf(p, 5, "td")
 			if (team && team.textContent
 			    && team.textContent.match(selected)) {
 			    u.checked = true;

yatex.org