Project

General

Profile

« Previous | Next » 

Revision e6a8f6ec

Added by Colin Smith almost 20 years ago

'<=' -> '<'

submitted-by: pfJason

View differences:

usr/local/www/row_toggle.js
9 9
	var cells = row.getElementsByTagName('td');
10 10
	var cellcnt = cells.length;
11 11

  
12
	for (i = 0; i <= cellcnt; i++) {
12
	for (i = 0; i < cellcnt; i++) {
13 13
		// Check for cells with frd id only
14 14
		if (cells[i].id == "frd" + id)
15 15
			cells[i].style.backgroundColor = checkbox.checked ? "#FFFFBB" : "#FFFFFF";

Also available in: Unified diff