Return early.

This commit is contained in:
Mayhem 2013-10-06 21:28:02 +02:00
parent abdb3acdca
commit 2aec18ab49

View File

@ -91,7 +91,7 @@ Unread =
for quotelink in post.nodes.quotelinks when QR.db.get Get.postDataFromLink quotelink
Unread.postsQuotingYou.push post
Unread.openNotification post
return
return
openNotification: (post) ->
return unless Header.areNotificationsEnabled
name = if Conf['Anonymize']