From 4d767eb97a53dcdd61762a66ed51184290863b01 Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Fri, 4 Jun 2004 14:45:29 +0000 Subject: [PATCH] more compatible unset of row marker --- libraries/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/functions.js b/libraries/functions.js index da54bd4be..54343338d 100644 --- a/libraries/functions.js +++ b/libraries/functions.js @@ -607,7 +607,7 @@ function setVerticalPointer(theRow, theColNum, theAction, theDefaultColor1, theD } else if (theAction == 'click' && theMarkColor != '') { newColor = theMarkColor; - marked_row[theColNum] = null; + marked_row[theColNum] = false; } } // 4.1.3 Current color is the marker one