Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 337 Rev 338
Línea 541... Línea 541...
541
            opt += removeTags(options.filter((opt) =>  answer.includes(opt.slug_option))[0].text)+' ';
541
            opt += removeTags(options.filter((opt) =>  answer.includes(opt.slug_option))[0].text)+' ';
Línea 542... Línea 542...
542
        
542
        
543
            return opt;
543
            return opt;
Línea 544... Línea 544...
544
        }
544
        }
Línea 545... Línea 545...
545
        
545
        
Línea 546... Línea 546...
546
        return type;
546
        return removeTags(options.filter((opt) => opt.slug_option == answer)[0].text);