diff --git a/apps/golfview/custom.html b/apps/golfview/custom.html
index c50950e07..dde6d1268 100644
--- a/apps/golfview/custom.html
+++ b/apps/golfview/custom.html
@@ -94,7 +94,7 @@
var course_name = "Davis";
$("#upload").click(function () {
sendCustomizedApp({
- storage: courses
+ storage: JSON.stringify(courses),
});
});