1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Update select.js

This commit is contained in:
ng110 2015-01-28 16:00:34 +00:00
parent 16fe9fd5ce
commit a7a205a754

View File

@ -53,7 +53,6 @@ Handle a change event
SelectWidget.prototype.handleChangeEvent = function(event) {
var value = this.getSelectDomNode().value;
this.wiki.setText(this.selectTitle,this.selectField,this.selectIndex,value);
this.invokeActions(event);
};
/*