From 641d964220f182c69d8705247f75d61754b8f06b Mon Sep 17 00:00:00 2001 From: Remy Sharp Date: Tue, 24 Nov 2009 19:59:42 +0000 Subject: [PATCH] Tidied code, capturing focus events on code windows and added ability to save starting point (though logic isn't quite right) --- index.php | 23 ++++----------------- js/app.js | 18 ++++++++++++++++ js/editors.js | 57 +++++++++++++++++++++++++++++++++++++-------------- js/storage.js | 29 +++----------------------- 4 files changed, 67 insertions(+), 60 deletions(-) diff --git a/index.php b/index.php index 8252fe07..a3dad667 100644 --- a/index.php +++ b/index.php @@ -146,7 +146,7 @@ iframe.javascript {

RevertNew milestone

- Use this code as
my starting point
+ Use this code as
my starting point