Parcourir la source

Fix javascript errors with Chrome (thanks HWGuy)

dds
PaulStoffregen il y a 9 ans
Parent
révision
652994b05b
2 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. +2
    -2
      gui/red/nodes.js
  2. +1
    -1
      gui/red/ui/library.js

+ 2
- 2
gui/red/nodes.js Voir le fichier

@@ -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 Voir le fichier

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



Chargement…
Annuler
Enregistrer