From a3c32a1af6eae4b509a465b569fb8542fb227f1c Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Mon, 19 Sep 2011 20:30:29 +0200 Subject: [PATCH] fix qr, god damn aerosmith --- 4chan_x.user.js | 2 +- changelog | 6 +++++- script.coffee | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index d96ebf0b8..0f8ce830c 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -2994,7 +2994,7 @@ var data, origin; origin = e.origin, data = e.data; if (origin === 'http://sys.4chan.org') { - return qr.message(data); + return qr.message(e); } }, css: '\ diff --git a/changelog b/changelog index ab7a0519e..f7f7df4d7 100644 --- a/changelog +++ b/changelog @@ -1,6 +1,10 @@ master -2.19.4 +2.20.1 +- mayhem + fix regression: qr not preventing errors + +2.20.0 - mayhem do not display inlined quotes within the quote preview fix cross threads quotes in expanded threads or inlined cross quotes diff --git a/script.coffee b/script.coffee index 990e30bfa..002893529 100644 --- a/script.coffee +++ b/script.coffee @@ -2347,7 +2347,7 @@ Main = message: (e) -> {origin, data} = e if origin is 'http://sys.4chan.org' - qr.message data + qr.message e css: ' /* dialog styling */