Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 330 | Rev 332 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 330 Rev 331
Línea 536... Línea 536...
536
 
536
 
537
        if(type=='multiple'){
537
        if(type=='multiple'){
538
            return ''
538
            return ''
Línea 539... Línea 539...
539
        }
539
        }
540
        
540
        
541
        let opt = options.filter((opt) => opt.slug_option == answer)[0]);
541
        let opt = options.filter((opt) => opt.slug_option == answer)[0];
542
        if(opt){
542
        if(opt){
543
            return removeTags(opt.text)
543
            return removeTags(opt.text)
544
        }else{
544
        }else{