mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-05 01:28:53 +00:00
Rename tiddlerTitle variable to currentTiddler
This commit is contained in:
@@ -24,7 +24,7 @@ exports.params = [];
|
||||
Run the macro
|
||||
*/
|
||||
exports.run = function() {
|
||||
return this.wiki.getChangeCount(this.getVariable("tiddlerTitle")) + "";
|
||||
return this.wiki.getChangeCount(this.getVariable("currentTiddler")) + "";
|
||||
};
|
||||
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user