Add comment about 4chan's issue concerning deadlinks inside code tags.

This commit is contained in:
Mayhem 2013-07-19 15:45:04 +02:00
parent 1941fcad50
commit 6c87f852be

View File

@ -18,6 +18,9 @@ Quotify =
if deadlink.parentNode.className is 'prettyprint'
# Don't quotify deadlinks inside code tags,
# un-`span` them.
# This won't be necessary once 4chan
# stops quotifying inside code tags:
# https://github.com/4chan/4chan-JS/issues/77
$.replace deadlink, [deadlink.childNodes...]
return