- Timestamp:
- 03/23/14 22:58:54 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/src/client/qed-client/model/widgets/QuestionEditorToolkit.js
r510 r529 111 111 }, 112 112 _onCategoryAdd: function() { 113 // it seems, the button is not disabled properly and still 114 // generates click events, that's why we chack here. 115 if ( this.disabled || this.readOnly ) { return; } 113 116 this._categoryList.appendItem(this._categorySelect.get('displayedValue')); 114 117 this._categorySelect.reset();
Note: See TracChangeset
for help on using the changeset viewer.