mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-02-07 00:04:16 -08:00
Changed transclude widget in binary parser to ubertransclude
This commit is contained in:
parent
cd0617f033
commit
0e4e037bb7
1 changed files with 4 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue