Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 347 Rev 348
Línea 156... Línea 156...
156
                    for (j = 0; j < this.sections[i].questions.length; j++) {
156
                    for (j = 0; j < this.sections[i].questions.length; j++) {
157
                        if (slug_question == this.sections[i].questions[j].slug_question) {
157
                        if (slug_question == this.sections[i].questions[j].slug_question) {
Línea 158... Línea 158...
158
                            
158
                            
Línea 159... Línea -...
159
                            this.sections[i].questions[j].status = status;
-
 
-
 
159
                            this.sections[i].questions[j].status = status;
160
 
160
 
161
 
161
console.log(this.sections[i].questions[j]);
162
                            renderTable = true;
162
                            renderTable = true;
163
                            break;
163
                            break;
164
                        }
164
                        }
Línea 572... Línea 572...
572
        getAnswer: getAnswer,
572
        getAnswer: getAnswer,
573
        getStatus: getStatus,
573
        getStatus: getStatus,
574
        editQuestion: objFormGenerator.editQuestion
574
        editQuestion: objFormGenerator.editQuestion
575
    }));
575
    }));
Línea 576... Línea -...
576
 
-
 
577
 
-
 
578
    const editQuestion = () =>{
-
 
579
        console.log(1)
-
 
580
    }
576
 
581
    /**
577
    /**
582
     * Clear Div Section data 
578
     * Clear Div Section data 
583
     */
579
     */
584
    const clearSectionData = () => $("#rows").html('');
580
    const clearSectionData = () => $("#rows").html('');