Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1658 Rev 1659
Línea 184... Línea 184...
184
                $('#form-add #last_name').val('');
184
                $('#form-add #last_name').val('');
185
                $('#form-add #email').val('');
185
                $('#form-add #email').val('');
186
                $('#form-add #file').fileinput('reset');
186
                $('#form-add #file').fileinput('reset');
187
                $('#form-add #file').val('');
187
                $('#form-add #file').val('');
188
                $('#form-add #status').val('$status_active');
188
                $('#form-add #status').val('$status_active');
189
                $('#form-add #evaluation').val('$preselection_0');
189
                $('#form-add #evaluation').val('$evaluation_0');
190
                CKEDITOR.instances.coment.setData('');
190
                CKEDITOR.instances.coment.setData('');
191
                validatorAdd.resetForm();
191
                validatorAdd.resetForm();
Línea 192... Línea 192...
192
 
192
 
193
                $('#add-candidate-box').modal('show');
193
                $('#add-candidate-box').modal('show');