From 6a1223ef04a021cff1bb1c6103c291612ddf64a8 Mon Sep 17 00:00:00 2001 From: Zixaphir Date: Mon, 13 Jan 2014 00:52:28 -0700 Subject: [PATCH] CoffeeScript syntax is convenient. --- src/General/Get.coffee | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/General/Get.coffee b/src/General/Get.coffee index 8eb69822f..5dffe7a80 100755 --- a/src/General/Get.coffee +++ b/src/General/Get.coffee @@ -59,8 +59,7 @@ Get = # and their clones, # get all of their backlinks. if Conf['Quote Backlinks'] - for quote in post.quotes - continue unless quotedPost = g.posts[quote] + for quote in post.quotes when quotedPost = g.posts[quote] qLconcat quotedPost.nodes.quotelinks handleClones quotedPost.clones # Third: