Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8566 Rev 8567
Línea 188... Línea 188...
188
                dropZoneEnabled: false,
188
                dropZoneEnabled: false,
189
                maxFileCount: 1,
189
                maxFileCount: 1,
190
                allowedFileExtensions: ['pdf', 'docx'],
190
                allowedFileExtensions: ['pdf', 'docx'],
191
            });
191
            });
Línea -... Línea 192...
-
 
192
 
-
 
193
            $('#form-edit #file').fileinput({
-
 
194
                theme: 'fas',
-
 
195
                language: 'es',
-
 
196
                showUpload: true,
-
 
197
                dropZoneEnabled: false,
-
 
198
                maxFileCount: 1,
-
 
199
                allowedFileExtensions: ['pdf', 'docx'],
-
 
200
            });
-
 
201
 
192
 
202
 
193
            $('body').on('click', 'button.btn-add', function (e) {
203
            $('body').on('click', 'button.btn-add', function (e) {
Línea 194... Línea 204...
194
                e.preventDefault();
204
                e.preventDefault();
195
 
205
 
Línea 323... Línea 333...
323
                        $('#form-edit #status').val(response['data']['status']);
333
                        $('#form-edit #status').val(response['data']['status']);
324
                        $('#form-edit #evaluation').val(response['data']['evaluation']);
334
                        $('#form-edit #evaluation').val(response['data']['evaluation']);
325
                        $('#form-edit #coment').val(response['data']['coment']);
335
                        $('#form-edit #coment').val(response['data']['coment']);
Línea 326... Línea 336...
326
 
336
 
327
 
337
 
Línea 328... Línea 338...
328
                        //$('#form-edit #file').fileinput('reset');
338
                        $('#form-edit #file').fileinput('reset');