Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 3876 Rev 3877
Línea 192... Línea 192...
192
                $('#form-add #file').fileinput('reset');
192
                $('#form-add #file').fileinput('reset');
193
                $('#form-add #file').val('');
193
                $('#form-add #file').val('');
194
                $('#form-add #status').val('$status_active');
194
                $('#form-add #status').val('$status_active');
195
                $('#form-add #evaluation').val('$evaluation_0');
195
                $('#form-add #evaluation').val('$evaluation_0');
196
                $('#first-step').show();
196
                $('#first-step').show();
197
                $('#secon-step').hide();
197
                $('#second-step').hide();
198
                CKEDITOR.instances.coment.setData('');
198
                CKEDITOR.instances.coment.setData('');
199
                validatorAdd.resetForm();
199
                validatorAdd.resetForm();
Línea 200... Línea 200...
200
 
200
 
201
                $('#add-candidate-box').modal('show');
201
                $('#add-candidate-box').modal('show');