fixed bug #627567 - Javascript bug in setPointer() function thanks to Christopher Bloom
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user