mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-10-20 18:27:39 +00:00
Revert "Add provisional version of new tagger manager"
This commit is contained in:
@@ -65,12 +65,7 @@ CheckboxWidget.prototype.getValue = function() {
|
||||
}
|
||||
}
|
||||
if(this.checkboxField) {
|
||||
var value;
|
||||
if($tw.utils.hop(tiddler.fields,this.checkboxField)) {
|
||||
value = tiddler.fields[this.checkboxField] || "";
|
||||
} else {
|
||||
value = this.checkboxDefault || "";
|
||||
}
|
||||
var value = tiddler.fields[this.checkboxField] || this.checkboxDefault || "";
|
||||
if(value === this.checkboxChecked) {
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user