From cbfbe6f9b95250c926e51c675029dc0477f45dc0 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Tue, 24 Jan 2023 21:32:45 +0000 Subject: [PATCH] More notes Signed-off-by: Fred Boniface --- UpNext.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/UpNext.md b/UpNext.md index dc2ed47..7fe90be 100644 --- a/UpNext.md +++ b/UpNext.md @@ -23,13 +23,13 @@ --- Post-Refactor /static/js: --- Post-Refactor /static/js COMPRESSED: - Refactor into files: - - lib.main.js + - DONE - lib.main.js - lib.board.js - simple-board.js - - index.js - - settings.js - - find-code.js - - service-worker.js *in / not /js* + - DONE - index.js + - DONE - settings.js + - DONE - find-code.js + - DONE - service-worker.js *in / not /js* - Notes: - DONE - Do not put train details into DOM until requested - load into sessionStorage. - Put any reusable code in to a suitable lib file.