kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Fix #1357: Railroad plugin under Node.js
rodzic
9e167dc468
commit
6a75c4623a
|
@ -74,7 +74,7 @@ RailroadWidget.prototype.renderSvg = function(parser,div) {
|
|||
|
||||
RailroadWidget.prototype.patchLinks = function(node) {
|
||||
var self = this;
|
||||
if(node.hasChildNodes()) {
|
||||
if(!$tw.node && node.hasChildNodes()) {
|
||||
var children = node.childNodes;
|
||||
for(var i=0; i<children.length; i++) {
|
||||
var child = children[i];
|
||||
|
|
Ładowanie…
Reference in New Issue