mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Open sidebar by default - fixes #18
This commit is contained in:
parent
0ceee215f3
commit
4b119c065a
@ -75,6 +75,7 @@ RED.sidebar = function() {
|
||||
$("#main-container").removeClass("sidebar-closed");
|
||||
}
|
||||
}
|
||||
toggleSidebar();
|
||||
|
||||
function addTab(title,content) {
|
||||
var tab = document.createElement("li");
|
||||
|
Loading…
Reference in New Issue
Block a user