From f95acda758958e07b89d62f74a5d8839ff99bc2f Mon Sep 17 00:00:00 2001 From: Caleb James DeLisle Date: Wed, 27 Sep 2017 16:53:16 +0200 Subject: [PATCH] Minor refactoring of /pad/ ; moved /*/main.js into a common file ; framework'd /code/ --- www/code/index.html | 2 +- www/code/inner.js | 729 ++++++------------ www/code/main.js | 41 - www/common/sframe-app-framework.js | 45 +- .../main.js => common/sframe-app-outer.js} | 7 +- www/common/sframe-common.js | 9 + www/pad/index.html | 2 +- www/pad/inner.js | 75 +- 8 files changed, 341 insertions(+), 569 deletions(-) delete mode 100644 www/code/main.js rename www/{pad/main.js => common/sframe-app-outer.js} (87%) diff --git a/www/code/index.html b/www/code/index.html index e3f7eacc4..7ea06cdfc 100644 --- a/www/code/index.html +++ b/www/code/index.html @@ -5,7 +5,7 @@ - +