@@ -379,6 +379,7 @@ function RemoveDuplFromSubject(subj) {
subj.Questions = [];
for (var i = 0; i < cp.length; i++) {
var j = 0;
// Only removes 100% match!
while (j < subj.length && cp[i].Compare(subj.Questions[j]) != 100) {
j++;
}
The note is not visible to the blocked user.