diff --git a/app/www/index.html b/app/www/index.html index ba27ccf..e227c20 100644 --- a/app/www/index.html +++ b/app/www/index.html @@ -398,8 +398,7 @@ web.frame = function () { const opts = { method : 'POST', - headers : web._header, - body : JSON.stringify({}) + headers : web._header }; fetch('/frame', opts) .then(res => {