X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fstatic%2Fsummaryview.js;h=03336fe0b18c5fbf1723d7955fa0f48546884c19;hb=3a83c0a963492ae6b3f49a59526688c4c2c2d267;hp=dc329cc698ac1dbd7e1e8830d08469c51b6ae2f0;hpb=03edf53a42aaacb96dfd3eb50d0af70ae68eacd6;p=citadel.git diff --git a/webcit/static/summaryview.js b/webcit/static/summaryview.js index dc329cc69..03336fe0b 100644 --- a/webcit/static/summaryview.js +++ b/webcit/static/summaryview.js @@ -274,7 +274,7 @@ function CtdlMessageListClick(evt) { } // If the ctrl key modifier is used, toggle one message } else if (event.button != 2 && (event.ctrlKey || event.altKey)) { - if (parent.ctdlMarked == true) { + if (parent.getAttribute("citadel:marked")) { unmarkRow(parent); } else {