mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-26 11:53:26 -08:00
Remove unused class attribute from checkbox widget
This commit is contained in:
parent
f9c95dda46
commit
4646ba4e30
1 changed files with 0 additions and 1 deletions
|
|
@ -81,7 +81,6 @@ CheckboxWidget.prototype.execute = function() {
|
|||
// Get the parameters from the attributes
|
||||
this.checkboxTitle = this.getAttribute("tiddler",this.getVariable("currentTiddler"));
|
||||
this.checkboxTag = this.getAttribute("tag");
|
||||
this.checkboxClass = this.getAttribute("class");
|
||||
// Make the child widgets
|
||||
this.makeChildWidgets();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue