Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16932 Rev 16945
Línea 333... Línea 333...
333
            var formdata = false;
333
            var formdata = false;
334
            if (window.FormData){
334
            if (window.FormData){
335
                formdata = new FormData(form); //form[0]);
335
                formdata = new FormData(form); //form[0]);
336
            }
336
            }
Línea 337... Línea -...
337
 
-
 
-
 
337
 
338
            $('#boton_recortar').prop('disabled', true);
338
           
339
			NProgress.start();
339
			NProgress.start();
340
            $.ajax({
340
            $.ajax({
341
                'dataType'  : 'json',
341
                'dataType'  : 'json',
342
                'accept'    : 'application/json',
342
                'accept'    : 'application/json',
Línea 368... Línea 368...
368
                }
368
                }
369
            }).fail(function( jqXHR, textStatus, errorThrown) {
369
            }).fail(function( jqXHR, textStatus, errorThrown) {
370
				console.log(jqXHR)
370
				console.log(jqXHR)
371
                $.fn.showError(textStatus);
371
                $.fn.showError(textStatus);
372
            }).always(function() {
372
            }).always(function() {
373
				$('#boton_recortar').prop('disabled', false);
-
 
-
 
373
			
374
                NProgress.done();
374
                NProgress.done();
375
            });
375
            });
376
            return false;
376
            return false;
377
        },
377
        },
378
        invalidHandler: function(form, validator) {
378
        invalidHandler: function(form, validator) {
Línea 434... Línea 434...
434
            var formdata = false;
434
            var formdata = false;
435
            if (window.FormData){
435
            if (window.FormData){
436
                formdata = new FormData(form); //form[0]);
436
                formdata = new FormData(form); //form[0]);
437
            }
437
            }
Línea 438... Línea -...
438
 
-
 
-
 
438
 
439
			$('#boton_recortar').prop('disabled', true);
439
			
440
			NProgress.start();
440
			NProgress.start();
441
            $.ajax({
441
            $.ajax({
442
                'dataType'  : 'json',
442
                'dataType'  : 'json',
443
                'accept'    : 'application/json',
443
                'accept'    : 'application/json',
Línea 560... Línea 560...
560
                    } else {
560
                    } else {
561
                        $('#form-edit #form-row-cost').hide();
561
                        $('#form-edit #form-row-cost').hide();
562
                        $('#form-edit #cost').val('');
562
                        $('#form-edit #cost').val('');
563
                    }
563
                    }
Línea 564... Línea 564...
564
 
564
 
565
                    $('#form-add #file').fileinput('reset');
565
                    $('#form-edit #file').fileinput('reset');
566
                    $('#form-add #file').val('');
566
                    $('#form-edit #file').val('');
567
                    $('#form-add #marketplace').fileinput('reset');
567
                    $('#form-edit #marketplace').fileinput('reset');
Línea 568... Línea 568...
568
                    $('#form-add #marketplace').val('');
568
                    $('#form-edit #marketplace').val('');
569
    
569
    
Línea 570... Línea 570...
570
                    CKEDITOR.instances.description_edit.setData(response['data']['description']);
570
                    CKEDITOR.instances.description_edit.setData(response['data']['description']);
Línea 792... Línea 792...
792
                maxFileCount: 1,
792
                maxFileCount: 1,
793
                msgPlaceholder: 'LABEL_RECOMMENDED_SIZE $image_size',
793
                msgPlaceholder: 'LABEL_RECOMMENDED_SIZE $image_size',
794
                allowedFileExtensions: ['jpeg', 'jpg', 'png'],
794
                allowedFileExtensions: ['jpeg', 'jpg', 'png'],
795
            });
795
            });
Línea 796... Línea 796...
796
 
796
 
797
            $('#form-add #marketplace').fileinput({
797
            $('#form-edit #marketplace').fileinput({
798
                theme: 'fa',
798
                theme: 'fa',
799
                language: 'es',
799
                language: 'es',
800
                showUpload: false,
800
                showUpload: false,
801
                dropZoneEnabled: false,
801
                dropZoneEnabled: false,