Fix errors from mouseover events from quotelinks themselves in quote previews, already removed from document.

This commit is contained in:
ccd0 2015-05-25 19:36:22 -07:00
parent c5ca6eb00e
commit 5248726a04

View File

@ -15,7 +15,7 @@ QuotePreview =
return
mouseover: (e) ->
return if $.hasClass @, 'inlined'
return if $.hasClass(@, 'inlined') or !d.contains(@)
{boardID, threadID, postID} = Get.postDataFromLink @