Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 384 Rev 385
Línea 412... Línea 412...
412
     * Render Sections data
412
     * Render Sections data
413
     */
413
     */
414
    const renderSectionData = (data) => $("#rows").html($("#sectionTemplate").render(data, {
414
    const renderSectionData = (data) => $("#rows").html($("#sectionTemplate").render(data, {
415
        removeTags: removeTags,
415
        removeTags: removeTags,
416
        getAnswer: getAnswer,
416
        getAnswer: getAnswer,
417
        getStatus: getStatus,
417
        getStatus: getStatus
418
        doSomething:  doSomething
-
 
419
    }));
418
    }));
420
    /**
419
    /**
421
     * Clear Div Section data 
420
     * Clear Div Section data 
422
     */
421
     */
423
    const clearSectionData = () => $("#rows").html('');
422
    const clearSectionData = () => $("#rows").html('');