diff --git a/src/Posting/PostSuccessful.coffee b/src/Posting/PostSuccessful.coffee index 83f269061..337a346cf 100644 --- a/src/Posting/PostSuccessful.coffee +++ b/src/Posting/PostSuccessful.coffee @@ -1,5 +1,6 @@ PostSuccessful = init: -> + return unless Conf['Mark Quotes of You'] $.ready @ready ready: -> diff --git a/src/Posting/QR.coffee b/src/Posting/QR.coffee index 99f3d29b6..f2a7ce495 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -24,7 +24,7 @@ QR = init: -> return unless Conf['Quick Reply'] - @db = new DataBoard 'yourPosts' + @db = new DataBoard 'yourPosts' if Conf['Mark Quotes of You'] @posts = [] return if g.VIEW is 'archive' @@ -791,7 +791,7 @@ QR = threadID = +threadID or postID isReply = threadID isnt postID - QR.db.set + QR.db?.set boardID: g.BOARD.ID threadID: threadID postID: postID