Fix bug in action-setfield widget

print-window-tiddler
Jermolene 2014-11-17 16:26:18 +00:00
rodzic 05e2b170fb
commit 6c6fda498f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -58,7 +58,7 @@ Invoke the action associated with this widget
*/
SetFieldWidget.prototype.invokeAction = function(triggeringWidget,event) {
var self = this;
if(this.actionField || this.actionIndex) {
if(this.actionValue) {
this.wiki.setText(this.actionTiddler,this.actionField,this.actionIndex,this.actionValue);
}
$tw.utils.each(this.attributes,function(attribute,name) {