small quality control
This commit is contained in:
+1
-1
@@ -74,7 +74,7 @@ function createPost(username,text,time,specialtext,postid) {
|
||||
newP.appendChild(newSpan3)
|
||||
|
||||
newDiv.appendChild(newP)
|
||||
newDiv.innerHTML += filterPost(text)
|
||||
newDiv.innerHTML += filterPost(text) // skipqc
|
||||
newDiv.id = postid
|
||||
document.getElementById("output").appendChild(newDiv)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user