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:
@@ -169,6 +169,9 @@ module.exports = {
|
||||
}
|
||||
}
|
||||
}
|
||||
themeApp.get("/", function(req,res) {
|
||||
res.json(themeContext);
|
||||
})
|
||||
|
||||
if (theme.hasOwnProperty("menu")) {
|
||||
themeSettings.menu = theme.menu;
|
||||
|
Reference in New Issue
Block a user