@@ -72,8 +72,8 @@ RED.nodes = (function() { | |||
return node_defs[type]; | |||
} | |||
function selectNode(name) { | |||
window.history.pushState(null, null, window.location.protocol + "//" | |||
+ window.location.host + window.location.pathname + '?info=' + name); | |||
// window.history.pushState(null, null, window.location.protocol + "//" | |||
// + window.location.host + window.location.pathname + '?info=' + name); | |||
} | |||
function addNode(n) { | |||
if (n._def.category == "config") { |
@@ -65,7 +65,7 @@ RED.library = (function() { | |||
$("#flow-menu-parent>ul").replaceWith(menu); | |||
}); | |||
} | |||
loadFlowLibrary(); | |||
//loadFlowLibrary(); | |||