Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8569 Rev 8570
Línea 189... Línea 189...
189
                maxFileCount: 1,
189
                maxFileCount: 1,
190
                allowedFileExtensions: ['pdf', 'docx'],
190
                allowedFileExtensions: ['pdf', 'docx'],
191
            });
191
            });
Línea 192... Línea 192...
192
 
192
 
193
            $('#form-edit #file').fileinput({
-
 
-
 
193
            $('#form-edit #file').fileinput({
-
 
194
                theme: 'fas',
-
 
195
                language: 'es',
-
 
196
                dropZoneEnabled: false,
194
               
197
                maxFileCount: 1,
195
                allowedFileExtensions: ['pdf', 'docx'],
198
                allowedFileExtensions: ['pdf', 'docx'],
Línea 196... Línea 199...
196
            });
199
            });