Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:var pattern = /<span class=\"CommentSignature\">.*<\/span>/;
commentText = commentText.replace(pattern, "");commentText = dumpCodeTree(document.getElementById("CommentBody_" + commentId));
<quote><cite></cite></quote>
Posted: Wednesday, 25 July 2007 at 11:43AM
if(tagName != "")
if (tagName == "img") {
for (var j = 0; j < children[i].attributes.length; j++)
{
attributeName = children[i].attributes[j].name;
attributeValue = children[i].attributes[j].value;
if (children[i].attributes[j].value.match(/^:[a-z]*:$/m) && children[i].attributes[j].name == "title")
{
outputText += " "+attributeValue;
tagName = "";
}
}
}
var pattern = /<span class=\"image\">.*<\/span>/;
var pattern = /<span class=\"Attachments\">.*<\/span>/;
var pattern = /<span class=\"media youtube\">.*<\/span>/;
commentText = commentText.replace(pattern, "");
authorName = authorName.replace( /'/g, "'" );1 to 36 of 36