Changeset 14071
- Timestamp:
- 07/24/08 17:59:35 (5 years ago)
- Files:
-
- 1 modified
-
trunk/htdocs/js/poll.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/js/poll.js
r10039 r14071 75 75 extrargs = ' size="'+this.qa[i].size+'"'; 76 76 extrargs += ' maxlength="'+this.qa[i].maxlength+'"'; 77 } else if (this. atype == 'scale') {77 } else if (this.qa[i].atype == 'scale') { 78 78 extrargs = ' from="'+this.qa[i].from+'"'; 79 79 extrargs += ' to="'+this.qa[i].to+'"';
