mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-23 22:40:01 +00:00
Fix typo affecting transclusion recursion detection
This commit is contained in:
parent
5891a61bfc
commit
7998686cb3
@ -62,7 +62,6 @@ TranscludeWidget.prototype.execute = function() {
|
|||||||
if(parser) {
|
if(parser) {
|
||||||
if(this.parentWidget && this.parentWidget.hasVariable("transclusion",recursionMarker)) {
|
if(this.parentWidget && this.parentWidget.hasVariable("transclusion",recursionMarker)) {
|
||||||
parseTreeNodes = [{type: "text", text: "Recursive transclusion error in transclude widget"}];
|
parseTreeNodes = [{type: "text", text: "Recursive transclusion error in transclude widget"}];
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Construct the child widgets
|
// Construct the child widgets
|
||||||
|
Loading…
x
Reference in New Issue
Block a user