mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-08 06:43:49 +00:00
Remove unused class attribute from checkbox widget
This commit is contained in:
parent
f9c95dda46
commit
4646ba4e30
@ -81,7 +81,6 @@ CheckboxWidget.prototype.execute = function() {
|
|||||||
// Get the parameters from the attributes
|
// Get the parameters from the attributes
|
||||||
this.checkboxTitle = this.getAttribute("tiddler",this.getVariable("currentTiddler"));
|
this.checkboxTitle = this.getAttribute("tiddler",this.getVariable("currentTiddler"));
|
||||||
this.checkboxTag = this.getAttribute("tag");
|
this.checkboxTag = this.getAttribute("tag");
|
||||||
this.checkboxClass = this.getAttribute("class");
|
|
||||||
// Make the child widgets
|
// Make the child widgets
|
||||||
this.makeChildWidgets();
|
this.makeChildWidgets();
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user