Fix missing @nodes..
This commit is contained in:
parent
1d83ccbc12
commit
e890680dc4
@ -10,6 +10,6 @@ QuoteYou =
|
|||||||
node: ->
|
node: ->
|
||||||
# Stop there if it's a clone.
|
# Stop there if it's a clone.
|
||||||
return if @isClone
|
return if @isClone
|
||||||
for quotelink in quotelinks when QR.db.get Get.postDataFromLink quotelink
|
for quotelink in @nodes.quotelinks when 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