From b1a2e81e438137b8fa2413575d543f329a273010 Mon Sep 17 00:00:00 2001 From: Jason Dekarske Date: Tue, 5 Apr 2022 11:46:44 -0700 Subject: [PATCH] js scope is confusing --- apps/golfview/custom.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/golfview/custom.html b/apps/golfview/custom.html index 2120b9fb4..54204ac94 100644 --- a/apps/golfview/custom.html +++ b/apps/golfview/custom.html @@ -98,7 +98,7 @@ return course_input; } - let courses = {}; + var courses = {}; $("#upload").click(function () { sendCustomizedApp({ storage: courses