Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 14931 Rev 14932
Línea 109... Línea 109...
109
 
109
 
110
                if (response.success) {
110
                if (response.success) {
111
                    json.recordsTotal = response.data.total;
111
                    json.recordsTotal = response.data.total;
112
                    json.recordsFiltered = response.data.total;
112
                    json.recordsFiltered = response.data.total;
113
                    json.data = response.data.items;
113
                    json.data = response.data.items;
114
                    $("#user-title").text(LABEL_PSYCOPTECNICH + ' - ' + response.data.candidate.full_name);
114
                    $("#user-title").text('LABEL_PSYCOPTECNICH' + ' - ' + response.data.candidate.full_name);
115
                } else {
115
                } else {
116
                    $.fn.showError(response.data)
116
                    $.fn.showError(response.data)
Línea 117... Línea 117...
117
                }
117
                }