Don't need to check that since (You) depends on the QR already.
This commit is contained in:
parent
203bbf091d
commit
e4460f01a0
@ -2788,12 +2788,10 @@ QuoteYou =
|
|||||||
return if @isClone
|
return if @isClone
|
||||||
# Stop there if there's no quotes in that post.
|
# Stop there if there's no quotes in that post.
|
||||||
return unless (quotes = @quotes).length
|
return unless (quotes = @quotes).length
|
||||||
{db} = QR
|
|
||||||
return unless db
|
|
||||||
{quotelinks} = @nodes
|
{quotelinks} = @nodes
|
||||||
|
|
||||||
for quotelink in quotelinks
|
for quotelink in quotelinks
|
||||||
if db.get Get.postDataFromLink quotelink
|
if QR.db.get Get.postDataFromLink quotelink
|
||||||
$.add quotelink, $.tn QuoteYou.text
|
$.add quotelink, $.tn QuoteYou.text
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user