Skip to content
Snippets Groups Projects
Commit ac209a0b authored by rswindell's avatar rswindell
Browse files

Tracker1's modification to the getReferenceTo() function.

parent dba3d1b4
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,10 @@ function getReferenceTo(reference) {
if (reference=="")
return to;
//if this didn't originate from this bbs.
if (reference.indexOf(system.inet_addr) < 0)
return to;
//Load the msgbase the original post was from
if (!reference.match(re))
return to;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment