mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-21 00:48:49 +00:00
Fixed up classnames
Not sticking to my own conventions is bad
This commit is contained in:
@@ -101,10 +101,10 @@ exports.macro = {
|
||||
var attributes = {
|
||||
"data-tiddler-target": renderTitle,
|
||||
"data-tiddler-template": renderTemplate,
|
||||
"class": ["tiddlerFrame"]
|
||||
"class": ["tw-tiddler-frame"]
|
||||
};
|
||||
if(!this.store.tiddlerExists(renderTitle)) {
|
||||
attributes["class"].push("tiddlerMissing");
|
||||
attributes["class"].push("tw-tiddler-missing");
|
||||
}
|
||||
// Return the content
|
||||
return [Renderer.ElementNode("div",attributes,contentClone)];
|
||||
|
||||
Reference in New Issue
Block a user