From f5ba481c1d7d8bf3a51fd84b8f4ddecef7714fc7 Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Thu, 5 Aug 2021 21:19:43 -0500 Subject: [PATCH] intro tour: dynamic import of .js file; renamed 6809.js to .ts --- electron.html | 2 +- index.html | 7 +++---- src/common/baseplatform.ts | 7 ++++--- src/common/cpu/{6809.js => 6809.ts} | 14 +++++++------- src/ide/ui.ts | 1 + test/cli/testplatforms.js | 2 +- 6 files changed, 17 insertions(+), 16 deletions(-) rename src/common/cpu/{6809.js => 6809.ts} (99%) diff --git a/electron.html b/electron.html index b8cda460..f3867117 100644 --- a/electron.html +++ b/electron.html @@ -373,7 +373,7 @@ body { - + diff --git a/index.html b/index.html index ffabf077..2cbd108d 100644 --- a/index.html +++ b/index.html @@ -530,6 +530,7 @@ if (window.location.host.endsWith('8bitworkshop.com')) { + @@ -553,17 +554,15 @@ if (window.location.host.endsWith('8bitworkshop.com')) { + - - - - +