Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8568 Rev 8569
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({
-
 
194
                theme: 'fas',
-
 
195
                language: 'es',
-
 
196
                showUpload: false,
-
 
197
                dropZoneEnabled: false,
-
 
-
 
193
            $('#form-edit #file').fileinput({
198
                maxFileCount: 1,
194
               
199
                allowedFileExtensions: ['pdf', 'docx'],
195
                allowedFileExtensions: ['pdf', 'docx'],
Línea 200... Línea 196...
200
            });
196
            });