mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-07-15 00:02:45 +00:00
Remove unused class attribute from checkbox widget
This commit is contained in:
@@ -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();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user