소스 검색

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();



Loading…
취소
저장