mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Fix tests
This commit is contained in:
parent
47f80339b2
commit
1841b0fa4f
@ -72,7 +72,7 @@ TranscludeWidget.prototype.execute = function() {
|
|||||||
if(this.parentWidget && this.parentWidget.hasVariable("transclusion",recursionMarker)) {
|
if(this.parentWidget && this.parentWidget.hasVariable("transclusion",recursionMarker)) {
|
||||||
parseTreeNodes = [{type: "error", attributes: {
|
parseTreeNodes = [{type: "error", attributes: {
|
||||||
"$message": {type: "string", value: $tw.language.getString("Error/RecursiveTransclusion")}
|
"$message": {type: "string", value: $tw.language.getString("Error/RecursiveTransclusion")}
|
||||||
}];
|
}}];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Construct the child widgets
|
// Construct the child widgets
|
||||||
|
Loading…
Reference in New Issue
Block a user