mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Simplify index.mst to a single div to insert the editor
This commit is contained in:
@@ -131,7 +131,7 @@ RED.settings = (function () {
|
||||
RED.settings.remove("auth-tokens");
|
||||
}
|
||||
console.log("Node-RED: " + data.version);
|
||||
console.group("Versions");
|
||||
console.groupCollapsed("Versions");
|
||||
console.log("jQuery",$().jquery)
|
||||
console.log("jQuery UI",$.ui.version);
|
||||
console.log("ACE",ace.version);
|
||||
|
||||
Reference in New Issue
Block a user