fix qr, god damn aerosmith

This commit is contained in:
Nicolas Stepien 2011-09-19 20:30:29 +02:00
parent 9a60bfff08
commit a3c32a1af6
3 changed files with 7 additions and 3 deletions

View File

@ -2994,7 +2994,7 @@
var data, origin; var data, origin;
origin = e.origin, data = e.data; origin = e.origin, data = e.data;
if (origin === 'http://sys.4chan.org') { if (origin === 'http://sys.4chan.org') {
return qr.message(data); return qr.message(e);
} }
}, },
css: '\ css: '\

View File

@ -1,6 +1,10 @@
master master
2.19.4 2.20.1
- mayhem
fix regression: qr not preventing errors
2.20.0
- mayhem - mayhem
do not display inlined quotes within the quote preview do not display inlined quotes within the quote preview
fix cross threads quotes in expanded threads or inlined cross quotes fix cross threads quotes in expanded threads or inlined cross quotes

View File

@ -2347,7 +2347,7 @@ Main =
message: (e) -> message: (e) ->
{origin, data} = e {origin, data} = e
if origin is 'http://sys.4chan.org' if origin is 'http://sys.4chan.org'
qr.message data qr.message e
css: ' css: '
/* dialog styling */ /* dialog styling */