Remove post body from frame, reverse frames are not happening.
This commit is contained in:
parent
a1d193fc56
commit
ab609c4f31
|
@ -398,8 +398,7 @@
|
||||||
web.frame = function () {
|
web.frame = function () {
|
||||||
const opts = {
|
const opts = {
|
||||||
method : 'POST',
|
method : 'POST',
|
||||||
headers : web._header,
|
headers : web._header
|
||||||
body : JSON.stringify({})
|
|
||||||
};
|
};
|
||||||
fetch('/frame', opts)
|
fetch('/frame', opts)
|
||||||
.then(res => {
|
.then(res => {
|
||||||
|
|
Loading…
Reference in New Issue