Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1491 Rev 1492
Línea 155... Línea 155...
155
                            NProgress.done();
155
                            NProgress.done();
156
                        });
156
                        });
157
                    },
157
                    },
158
                });
158
                });
Línea 159... Línea 159...
159
 
159
 
160
                $('#form-group #file').fileinput({
160
                $('#form-add #file').fileinput({
161
                    theme: 'fas',
161
                    theme: 'fas',
162
                    language: 'es',
162
                    language: 'es',
163
                    showUpload: false,
163
                    showUpload: false,
164
                    dropZoneEnabled: false,
164
                    dropZoneEnabled: false,
Línea 168... Línea 168...
168
 
168
 
169
                $('body').on('click', 'button.btn-add', function(e) {
169
                $('body').on('click', 'button.btn-add', function(e) {
Línea 170... Línea 170...
170
                     e.preventDefault();
170
                     e.preventDefault();
171
 
171
 
172
 
172
 
173
                     $('#form-group #first_name').val('');
173
                     $('#form-add #first_name').val('');
174
                     $('#form-group #last_name').val('');
174
                     $('#form-add #last_name').val('');
Línea 175... Línea 175...
175
                     $('#form-group #email').val('');
175
                     $('#form-add #email').val('');
176
                     $('#form-group #file').fileinput('reset');
176
                     $('#form-add #file').fileinput('reset');
177
                     validatorAdd.resetForm();
177
                     validatorAdd.resetForm();