gochan-org / gochan

Found warning comments in code JS-0099
Documentation
Minor
a month ago10 months old
Unexpected 'todo' comment: 'TODO: check for edits'
 49			selector += `div#reply${post.no}`;
 50		const elementExists = $(selector).length > 0;
 51		if(elementExists)
 52			continue; // TODO: check for edits 53
 54		const $post = createPostElement(post, thread.board, "reply");
 55		const $replyContainer = $("<div/>").prop({