mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-26 17:06:51 +00:00
Update select.js
This commit is contained in:
parent
16fe9fd5ce
commit
a7a205a754
@ -53,7 +53,6 @@ Handle a change event
|
|||||||
SelectWidget.prototype.handleChangeEvent = function(event) {
|
SelectWidget.prototype.handleChangeEvent = function(event) {
|
||||||
var value = this.getSelectDomNode().value;
|
var value = this.getSelectDomNode().value;
|
||||||
this.wiki.setText(this.selectTitle,this.selectField,this.selectIndex,value);
|
this.wiki.setText(this.selectTitle,this.selectField,this.selectIndex,value);
|
||||||
this.invokeActions(event);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user