From cc509a7b570aedc7a0e653cf15a0dc9caa1f4f7d Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Wed, 22 Nov 2017 11:26:25 -0500 Subject: [PATCH] Opts, not "opt". --- app/www/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/www/index.html b/app/www/index.html index 8e62abf..704024f 100644 --- a/app/www/index.html +++ b/app/www/index.html @@ -563,7 +563,7 @@ headers : web._header, data : JSON.stringify({ counter : change }) } - fetch('/counter', opt) + fetch('/counter', opts) .then(web.useJson) .then(web.setCounterSuccess) .catch(err => {