fix qr, god damn aerosmith
This commit is contained in:
parent
9a60bfff08
commit
a3c32a1af6
@ -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: '\
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user