diff --git a/src/Posting/QR.coffee b/src/Posting/QR.coffee index 3f6fbeedc..57e65e0a0 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -701,8 +701,6 @@ QR = if Conf['Posting Success Notifications'] QR.notifications.push new Notice 'success', h1.textContent, 5 - QR.persona.set post - [_, threadID, postID] = h1.nextSibling.textContent.match /thread:(\d+),no:(\d+)/ postID = +postID threadID = +threadID or postID diff --git a/src/Posting/QR.post.coffee b/src/Posting/QR.post.coffee index 7f96fdcba..4d9c21183 100644 --- a/src/Posting/QR.post.coffee +++ b/src/Posting/QR.post.coffee @@ -141,6 +141,8 @@ QR.post = class # so we suffix it with '.jpg' when needed. @file.newName += '.jpg' @updateFilename() + when 'name', 'email' + QR.persona.set @ forceSave: -> return unless @ is QR.selected