Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 6855 Rev 6856
Línea 525... Línea 525...
525
 
525
 
Línea 526... Línea -...
526
        $('#form-capsule-add #order').inputNumberFormat({decimal: 0});
-
 
527
    
-
 
528
    
-
 
529
    
-
 
530
        $('#form-capsule-add #marketplace').fileinput({
-
 
531
            theme: 'fas',
-
 
532
            language: 'es',
-
 
533
            showUpload: false,
-
 
534
            dropZoneEnabled: false,
-
 
Línea 535... Línea 526...
535
            maxFileCount: 1,
526
        $('#form-capsule-add #order').inputNumberFormat({decimal: 0});
536
            allowedFileExtensions: ['jpeg', 'jpg', 'png'],
527
    
Línea 537... Línea 528...
537
            msgPlaceholder: 'LABEL_MARKETPLACE_RECOMMENDED_SIZE $marketplace_size',
528
    
538
        });
529
    
539
 
-
 
540
        $('body').on('click', 'button.btn-add', function(e) {
-
 
Línea 541... Línea -...
541
            e.preventDefault();
-
 
542
 
-
 
543
            $('#form-capsule-add #name').val('');
530
 
544
            $('#form-capsule-add #order').val('1');
531
        $('body').on('click', 'button.btn-add', function(e) {
545
            $('#form-capsule-add #file').fileinput('reset');
532
            e.preventDefault();
546
            $('#form-capsule-add #file').val('');
533