Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 329 Rev 330
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
        
-
 
541
        let opt = options.filter((opt) => opt.slug_option == answer)[0]);
-
 
542
        if(opt){
-
 
543
            return removeTags(opt.text)
-
 
544
        }else{
Línea 540... Línea 545...
540
        
545
            return '';
Línea 541... Línea 546...
541
        return removeTags(options.filter((opt) => opt.slug_option == answer)[0].text);
546
        }