Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 6854 Rev 6855
Línea 523... Línea 523...
523
            return false;
523
            return false;
524
        });		
524
        });		
Línea 525... Línea 525...
525
 
525
 
Línea 526... Línea -...
526
        $('#form-capsule-add #order').inputNumberFormat({decimal: 0});
-
 
527
    
-
 
528
        $('#form-capsule-add #file').fileinput({
-
 
529
            theme: 'fas',
-
 
530
            language: 'es',
-
 
531
            showUpload: false,
-
 
532
            dropZoneEnabled: false,
-
 
533
            maxFileCount: 1,
-
 
534
            allowedFileExtensions: ['jpeg', 'jpg', 'png'],
-
 
Línea 535... Línea 526...
535
            msgPlaceholder: 'LABEL_RECOMMENDED_SIZE $image_size',
526
        $('#form-capsule-add #order').inputNumberFormat({decimal: 0});
536
        });
527
    
537
    
528