kopia lustrzana https://github.com/miklobit/TiddlyWiki5
rodzic
2571f534aa
commit
775482a242
|
@ -79,7 +79,7 @@ RadioWidget.prototype.setValue = function() {
|
|||
var tiddler = this.wiki.getTiddler(this.radioTitle),
|
||||
addition = {};
|
||||
addition[this.radioField] = this.radioValue;
|
||||
this.wiki.addTiddler(new $tw.Tiddler(tiddler,addition));
|
||||
this.wiki.addTiddler(new $tw.Tiddler({title: this.radioTitle},tiddler,addition,this.wiki.getModificationFields()));
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue