minor tweak to previous checkin
authorArt Cancro <ajc@citadel.org>
Sat, 5 Nov 2005 05:59:40 +0000 (05:59 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 5 Nov 2005 05:59:40 +0000 (05:59 +0000)
webcit/static/wclib.js

index f88a43821a58f0c8be18641c39ad2c9a3a141842..6605e598dc8281e822b8fc832201c716485b449e 100644 (file)
@@ -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.