Changeset 14071

Show
Ignore:
Timestamp:
07/24/08 17:59:35 (5 years ago)
Author:
henrylyne
Message:

Output scale answers correctly. LJSV-183

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/htdocs/js/poll.js

    r10039 r14071  
    7575            extrargs = ' size="'+this.qa[i].size+'"'; 
    7676            extrargs += ' maxlength="'+this.qa[i].maxlength+'"'; 
    77         } else if (this.atype == 'scale') { 
     77        } else if (this.qa[i].atype == 'scale') { 
    7878            extrargs = ' from="'+this.qa[i].from+'"'; 
    7979            extrargs += ' to="'+this.qa[i].to+'"';