1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-11-01 16:13:00 +00:00

Use temporary tiddlers for popup locations

This commit is contained in:
Jeremy Ruston
2012-11-11 15:03:34 +00:00
parent cf15b128c1
commit f1089c1c92
5 changed files with 8 additions and 8 deletions

View File

@@ -100,7 +100,7 @@ exports.handleEvent = function(event) {
exports.executeMacro = function() {
this.stateTextRef = this.params.state;
if(this.hasParameter("qualifyTiddlerTitles")) {
this.stateTextRef = "(" + this.parents.join(",") + "," + this.tiddlerTitle + ")" + this.stateTextRef;
this.stateTextRef = this.stateTextRef + "(" + this.parents.join(",") + "," + this.tiddlerTitle + ")";
}
this.readState();
var attributes = {