From ae882ff349867e050be95791065805d8f8b06d62 Mon Sep 17 00:00:00 2001 From: John Donaldson Date: Thu, 7 Nov 2019 19:38:03 +0000 Subject: [PATCH] More small fixes --- theme/moth.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/moth.js b/theme/moth.js index 2927358..3d5b7fc 100644 --- a/theme/moth.js +++ b/theme/moth.js @@ -143,7 +143,7 @@ function drawCacheButton(teamId) { }) } - setInterval ( updateCacheButton , 30000) + setInterval (updateCacheButton , 30000) updateCacheButton() } @@ -167,7 +167,7 @@ async function fetchAll(teamId) { } fetch(resource) .then(e => { - console.log("Fetched " + resource) + console.log("Fetched " + resource) }) } })