소스 검색

Fix GUI documentation URLs (issue #140)

dds
PaulStoffregen 9 년 전
부모
커밋
564b2eb8fa
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. +4
    -2
      gui/red/nodes.js

+ 4
- 2
gui/red/nodes.js 파일 보기

@@ -90,8 +90,10 @@ 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);
// on Chrome this causes "Uncaught SecurityError" when used from file:
// but other than errors in the console, doesn't seem to harm anything
window.history.pushState(null, null, window.location.protocol + "//"
+ window.location.host + window.location.pathname + '?info=' + name);
}
function addNode(n) {
if (n._def.category == "config") {

Loading…
취소
저장