From 4542377ef976ccb9506ec5cccb4d34d8150a4f16 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Tue, 2 Apr 2019 05:52:29 -0700 Subject: [PATCH] Remove score/perks message. Fix Posting Success Notifications. --- src/Posting/QR.coffee | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/Posting/QR.coffee b/src/Posting/QR.coffee index 0f0e185cb..4412dd876 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -846,12 +846,7 @@ QR = QR.cleanNotifications() if Conf['Posting Success Notifications'] - {textContent} = h1 - timeout = 5 - if (xa19 = resDoc.firstChild.textContent.match(/xa19:(.*):xa19/)) - textContent += " (score/perks: #{xa19[1]})" - timeout = 20 - QR.notifications.push new Notice 'success', textContent, timeout + QR.notifications.push new Notice 'success', h1.textContent, 5 QR.cooldown.add threadID, postID