Push dev work to master #2

Merged
sixteenmillimeter merged 416 commits from dev into master 2018-07-19 15:29:02 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit ab609c4f31 - Show all commits

View File

@ -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 => {