Kaynağa Gözat

Fix javascript errors with Chrome (thanks HWGuy)

dds
PaulStoffregen 9 yıl önce
ebeveyn
işleme
652994b05b
2 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. +2
    -2
      gui/red/nodes.js
  2. +1
    -1
      gui/red/ui/library.js

+ 2
- 2
gui/red/nodes.js Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

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



Yükleniyor…
İptal
Kaydet