mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-24 10:37:20 +00:00
Changed transclude widget in binary parser to ubertransclude
This commit is contained in:
parent
cd0617f033
commit
0e4e037bb7
@ -21,9 +21,9 @@ var BinaryParser = function(type,text,options) {
|
||||
type: "element",
|
||||
tag: "p",
|
||||
children: [{
|
||||
type: "transclude",
|
||||
type: "ubertransclude",
|
||||
attributes: {
|
||||
tiddler: {type: "string", value: BINARY_WARNING_MESSAGE}
|
||||
"$tiddler": {type: "string", value: BINARY_WARNING_MESSAGE}
|
||||
}
|
||||
}]
|
||||
};
|
||||
@ -36,9 +36,9 @@ var BinaryParser = function(type,text,options) {
|
||||
download: {type: "indirect", textReference: "!!title"}
|
||||
},
|
||||
children: [{
|
||||
type: "transclude",
|
||||
type: "ubertransclude",
|
||||
attributes: {
|
||||
tiddler: {type: "string", value: EXPORT_BUTTON_IMAGE}
|
||||
"$tiddler": {type: "string", value: EXPORT_BUTTON_IMAGE}
|
||||
}
|
||||
}]
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user