fixed bug #627567 - Javascript bug in setPointer() function thanks to Christopher Bloom

This commit is contained in:
Loïc Chapeaux
2002-10-25 14:11:06 +00:00
parent 78f4c7f06d
commit c7c8600f07

View File

@@ -371,6 +371,7 @@ function setPointer(theRow, theRowNum, theAction, theDefaultColor, thePointerCol
} }
else if (theAction == 'click' && theMarkColor != '') { else if (theAction == 'click' && theMarkColor != '') {
newColor = theMarkColor; newColor = theMarkColor;
marked_row[theRowNum] = true;
} }
} }
// 4.1.2 Current color is the pointer one // 4.1.2 Current color is the pointer one