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