From 7176f3ee2bfde2075dea5fb813c0b2ea34c22a7f Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Wed, 20 Aug 2014 21:58:54 +0100 Subject: [PATCH] Add declarative menu structure --- public/index.html | 66 +- public/jquery/js/jquery-1.11.1.min.js | 4 + public/jquery/js/jquery-1.9.1.js | 9597 ------------------------- public/red/main.js | 39 +- public/red/ui/library.js | 4 +- public/red/ui/menu.js | 124 + public/red/ui/sidebar.js | 34 +- public/red/ui/tab-config.js | 5 +- public/red/ui/view.js | 68 +- public/style.css | 30 +- 10 files changed, 248 insertions(+), 9723 deletions(-) create mode 100644 public/jquery/js/jquery-1.11.1.min.js delete mode 100644 public/jquery/js/jquery-1.9.1.js create mode 100644 public/red/ui/menu.js diff --git a/public/index.html b/public/index.html index 7f8ca68e1..e1efae0c7 100644 --- a/public/index.html +++ b/public/index.html @@ -29,52 +29,13 @@ -