Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1136 Rev 1137
Línea 549... Línea 549...
549
                text: 'LABEL_SELECT'
549
                text: 'LABEL_SELECT'
550
            }));
550
            }));
551
            $.each(data.data, function(i, item) {
551
            $.each(data.data, function(i, item) {
Línea 552... Línea 552...
552
 
552
 
553
                console.log(filterItemById(item.uuid));
553
                console.log(filterItemById(item.uuid));
554
                if (!filterItemById(item.uuid)) {
554
                if (filterItemById(item.uuid).length <= 0) {
555
                    $('#select-conduct').append($('<option>', {
555
                    $('#select-conduct').append($('<option>', {
556
                        value: item.uuid,
556
                        value: item.uuid,
557
                        text: item.description
557
                        text: item.description
558
                    }));
558
                    }));