Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8675 Rev 8676
Línea 355... Línea 355...
355
                $("#form-interview #comment").val('');
355
                $("#form-interview #comment").val('');
356
                $('#form-interview #status').val('$status_acepted');
356
                $('#form-interview #status').val('$status_acepted');
357
                $("#form-interview #points").val('$points_0');
357
                $("#form-interview #points").val('$points_0');
358
                $("#content").hide();
358
                $("#content").hide();
359
                $("#main").show()
359
                $("#main").show()
-
 
360
                $('#custom-tabs #custom-tabs-general-tab').tab('show');
360
            } else {
361
            } else {
361
                $.fn.showError(response['data']);
362
                $.fn.showError(response['data']);
362
            }
363
            }
363
        }).fail(function(jqXHR, textStatus, errorThrown) {
364
        }).fail(function(jqXHR, textStatus, errorThrown) {
364
            $.fn.showError(textStatus);
365
            $.fn.showError(textStatus);