Skip to content

Commit

Permalink
Fix for deleted messages
Browse files Browse the repository at this point in the history
git-svn-id: https://foxtrick.googlecode.com/svn/trunk@158 1e3807c3-0949-0410-b78e-337b627472c1
  • Loading branch information
larswortel committed Dec 16, 2008
1 parent 3d02818 commit 45f6b46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/forum/forummovelinks.js
Expand Up @@ -35,6 +35,8 @@ var FoxtrickMoveLinks = {
if(posts[j].childNodes[3].className=="cfHeader") {
cfHeader = posts[j].childNodes[3];
cfUser = posts[j].childNodes[4];
} else if (posts[j].childNodes[3].className=="cfDeleted") {
continue;
} else {
// bookmarked user
cfHeader = posts[j].childNodes[4];
Expand Down

0 comments on commit 45f6b46

Please sign in to comment.