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 @@