From 10f77e8e4217d990cae292fffe70da7a5a4a1473 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Mon, 2 Mar 2020 12:38:15 -0800 Subject: [PATCH] the testing is in the jspp file, NOT the js file. oops.. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1daccd..af023ae 100644 --- a/README.md +++ b/README.md @@ -10,5 +10,5 @@ Frontend The front end is located in root. The meat of the logic is in `js/solardash.base.js`. The testing infrastructure is in -`js/solardash.file.js` as if you are launching the page from a file +`js/solardash.file.jspp` as if you are launching the page from a file url, there is no way to make a url to access the backend.