From 01f16f196ca4b199ca1b57adf470527df54d1b02 Mon Sep 17 00:00:00 2001 From: dronesflier <42714028+dronesflier@users.noreply.github.com> Date: Thu, 26 May 2022 20:58:19 +0200 Subject: [PATCH] change subjects.txt to homework.subjects.txt and hope it doesn't break --- apps/homework/subjects.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/homework/subjects.html b/apps/homework/subjects.html index 608c7dce7..92c3023dd 100644 --- a/apps/homework/subjects.html +++ b/apps/homework/subjects.html @@ -20,7 +20,7 @@ // send finished app (in addition to contents of app.json) sendCustomizedApp({ storage:[ - {name:"subjects.txt", url:"subjects.txt", content:app}, + {name:"homework.subjects.txt", url:"subjects.txt", content:app}, ] }); console.log("Sent homework.subjects.txt!");