Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1118 Rev 1119
Línea 537... Línea 537...
537
     * Render Sections data
537
     * Render Sections data
538
     */
538
     */
539
    const renderData = (data) => $("#rows").html($("#behaviorTemplate").render(data));
539
    const renderData = (data) => $("#rows").html($("#behaviorTemplate").render(data));
Línea 540... Línea 540...
540
    
540
    
541
    const getAllBehavios = () => {
541
    const getAllBehavios = () => {
542
        $.get("/settings/behaviors",headers: { 'accept': 'application/json' }, function(data) {
542
        $.getJSON("/settings/behaviors" , function(data) {
Línea 543... Línea 543...
543
            console.log(data);
543
            console.log(data);
544
 
544
 
545
            /*$.each(data.data, function (i, item) {
545
            /*$.each(data.data, function (i, item) {