Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 334 Rev 335
Línea 536... Línea 536...
536
 
536
 
Línea 537... Línea 537...
537
        if(type=='multiple'){
537
        if(type=='multiple'){
Línea 538... Línea 538...
538
 
538
 
Línea 539... Línea 539...
539
            var opt  = '';
539
            var opt  = '';
540
 
540
 
Línea 541... Línea 541...
541
            opt += removeTags(options.filter((opt) =>  answer.include(opt.slug_option))[0].text)+' ';
541
            opt += removeTags(options.filter((opt) =>  answer.includes(opt.slug_option))[0].text)+' ';