From e4460f01a0437e85522eabfafdc62a0a7335fc25 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Mon, 1 Apr 2013 02:18:34 +0200 Subject: [PATCH] Don't need to check that since (You) depends on the QR already. --- src/features.coffee | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/features.coffee b/src/features.coffee index 666d3cef1..21d976fb1 100644 --- a/src/features.coffee +++ b/src/features.coffee @@ -2788,12 +2788,10 @@ QuoteYou = return if @isClone # Stop there if there's no quotes in that post. return unless (quotes = @quotes).length - {db} = QR - return unless db {quotelinks} = @nodes for quotelink in quotelinks - if db.get Get.postDataFromLink quotelink + if QR.db.get Get.postDataFromLink quotelink $.add quotelink, $.tn QuoteYou.text return