From 9952d9451e3aca8a25b5fe16122cbb467b3a6d7d Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Sun, 15 Mar 2015 22:54:55 +0000 Subject: [PATCH] Move deploy menu/action to own module --- public/index.html | 5 +- public/red/main.js | 129 ++----------------------------- public/red/nodes.js | 2 +- public/red/ui/deploy.js | 163 ++++++++++++++++++++++++++++++++++++++++ public/red/ui/view.js | 8 -- 5 files changed, 170 insertions(+), 137 deletions(-) create mode 100644 public/red/ui/deploy.js diff --git a/public/index.html b/public/index.html index 7bedf72d8..ae3792271 100644 --- a/public/index.html +++ b/public/index.html @@ -32,10 +32,6 @@