From ed8843feaaba4342f5c8b4181242e4f094f147ef Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sat, 5 Nov 2005 05:59:40 +0000 Subject: [PATCH] minor tweak to previous checkin --- webcit/static/wclib.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webcit/static/wclib.js b/webcit/static/wclib.js index f88a43821..6605e598d 100644 --- a/webcit/static/wclib.js +++ b/webcit/static/wclib.js @@ -106,6 +106,8 @@ function CtdlSingleClickMsg(evt, msgnum) { onComplete: CtdlRemoveTheUnseenBold(msgnum) } ); + + return false; // try to defeat the default click behavior } // Take the boldface away from a message to indicate that it has been seen. -- 2.39.2