- Timestamp:
- 03/19/14 21:33:13 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/src/client/qed-client/model/widgets/questions/ScaleInputWidget.js
r511 r525 22 22 this.minNode.innerHTML = this.minLabel || ""; 23 23 this.maxNode.innerHTML = this.maxLabel || ""; 24 if ( this.naLabel !== null) {24 if ( this.naLabel ) { 25 25 this.naNode.innerHTML = this.naLabel; 26 26 } … … 56 56 className: 'max' 57 57 }, tr); 58 if ( this.naLabel !== null && this.naLabel !== "") {58 if ( this.naLabel ) { 59 59 td = domConstruct.create("td", {}, tr); 60 60 radio = new RadioButton({
Note: See TracChangeset
for help on using the changeset viewer.