From 70f3e72a20ad530d997cf579d92972f52e3574c5 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Fri, 8 Jan 2016 13:36:49 +0000 Subject: [PATCH] Move version number as title of NR logo --- editor/js/settings.js | 1 - editor/sass/style.scss | 5 - editor/templates/index.mst | 4 +- red/api/index.js | 4 +- red/api/theme.js | 187 +++++++++++++++++++------------------ test/red/api/theme_spec.js | 8 +- 6 files changed, 105 insertions(+), 104 deletions(-) diff --git a/editor/js/settings.js b/editor/js/settings.js index ca580ebed..24c8d0519 100644 --- a/editor/js/settings.js +++ b/editor/js/settings.js @@ -104,7 +104,6 @@ RED.settings = (function () { RED.settings.remove("auth-tokens"); } console.log("Node-RED: " + data.version); - $('#node-red-version').text("v"+data.version); done(); }, error: function(jqXHR,textStatus,errorThrown) { diff --git a/editor/sass/style.scss b/editor/sass/style.scss index 6a20e5cc0..08b90bd4b 100644 --- a/editor/sass/style.scss +++ b/editor/sass/style.scss @@ -111,8 +111,3 @@ pre code { background-color: transparent; border: 0; } - -#node-red-version { - font-size: 0.8em; - color: #bbb; -} diff --git a/editor/templates/index.mst b/editor/templates/index.mst index 44d0009f2..5007ab907 100644 --- a/editor/templates/index.mst +++ b/editor/templates/index.mst @@ -35,7 +35,7 @@