mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Update link widget to use current tiddler as default target
This commit is contained in:
parent
2c8352c442
commit
a20eb4867e
@ -26,7 +26,7 @@ var LinkWidget = function(renderer) {
|
|||||||
|
|
||||||
LinkWidget.prototype.generate = function() {
|
LinkWidget.prototype.generate = function() {
|
||||||
// Get the parameters from the attributes
|
// Get the parameters from the attributes
|
||||||
this.to = this.renderer.getAttribute("to");
|
this.to = this.renderer.getAttribute("to",this.renderer.tiddlerTitle);
|
||||||
this.hover = this.renderer.getAttribute("hover");
|
this.hover = this.renderer.getAttribute("hover");
|
||||||
this.qualifyHoverTitles = this.renderer.getAttribute("qualifyHoverTitles");
|
this.qualifyHoverTitles = this.renderer.getAttribute("qualifyHoverTitles");
|
||||||
// Qualify the hover tiddler title if needed
|
// Qualify the hover tiddler title if needed
|
||||||
|
Loading…
Reference in New Issue
Block a user