浏览代码

Fix javascript errors with Chrome (thanks HWGuy)

dds
PaulStoffregen 9 年前
父节点
当前提交
652994b05b
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. +2
    -2
      gui/red/nodes.js
  2. +1
    -1
      gui/red/ui/library.js

+ 2
- 2
gui/red/nodes.js 查看文件

@@ -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") {

+ 1
- 1
gui/red/ui/library.js 查看文件

@@ -65,7 +65,7 @@ RED.library = (function() {
$("#flow-menu-parent>ul").replaceWith(menu);
});
}
loadFlowLibrary();
//loadFlowLibrary();



正在加载...
取消
保存