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 1 deletions
Showing only changes of commit cc509a7b57 - Show all commits

View File

@ -563,7 +563,7 @@
headers : web._header, headers : web._header,
data : JSON.stringify({ counter : change }) data : JSON.stringify({ counter : change })
} }
fetch('/counter', opt) fetch('/counter', opts)
.then(web.useJson) .then(web.useJson)
.then(web.setCounterSuccess) .then(web.setCounterSuccess)
.catch(err => { .catch(err => {