There is always a QR.db in appchan.

This commit is contained in:
Zixaphir 2014-01-16 16:52:21 -07:00
parent 7eb2d0aa34
commit 8454ed099c
3 changed files with 0 additions and 7 deletions

View File

@ -9973,9 +9973,6 @@
},
addPostQuotingYou: function(post) {
var quotelink, _i, _len, _ref;
if (!QR.db) {
return;
}
_ref = post.nodes.quotelinks;
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
quotelink = _ref[_i];

View File

@ -9956,9 +9956,6 @@
},
addPostQuotingYou: function(post) {
var quotelink, _i, _len, _ref;
if (!QR.db) {
return;
}
_ref = post.nodes.quotelinks;
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
quotelink = _ref[_i];

View File

@ -100,7 +100,6 @@ Unread =
Unread.update()
addPostQuotingYou: (post) ->
return unless QR.db
for quotelink in post.nodes.quotelinks when QR.db.get Get.postDataFromLink quotelink
Unread.postsQuotingYou.push post
Unread.openNotification post