mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-05 08:18:06 +00:00
Switched stitchElement parameter from className to classes
It's shorter, and looks better
This commit is contained in:
@@ -22,7 +22,7 @@ exports.macro = {
|
||||
href: params.target
|
||||
},{
|
||||
content: content,
|
||||
classNames: store.adjustClassesForLink([],params.target)
|
||||
classes: store.adjustClassesForLink([],params.target)
|
||||
});
|
||||
} else if (type === "text/plain") {
|
||||
return content;
|
||||
|
||||
Reference in New Issue
Block a user