Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 6936 Rev 6946
Línea 391... Línea 391...
391
                       console.log(response)
391
                       console.log(response)
392
                    $('body, html').animate({scrollTop: '0px'}, 300);
392
                    $('body, html').animate({scrollTop: '0px'}, 300);
393
					$('#content1').css('display','block');
393
					$('#content1').css('display','block');
394
                    $('.contenido').html(''); 
394
                    $('.contenido').html(''); 
395
            		seleccionarCampo.css('display','none');
395
            		seleccionarCampo.css('display','none');
-
 
396
					$('#titleTypeImage').html('Imagen de la tienda')
-
 
397
					$('#marketplaceImg').attr('src', '')
-
 
398
					fileToggle=true;
396
                    gridTable.api().ajax.reload(null, false);
399
                    gridTable.api().ajax.reload(null, false);
397
                } else {
400
                } else {
398
                    validatorAdd.resetForm();
401
                    validatorAdd.resetForm();
399
                    if(jQuery.type(response['data']) == 'string') {
402
                    if(jQuery.type(response['data']) == 'string') {
400
                        $.fn.showError(response['data']);
403
                        $.fn.showError(response['data']);
Línea 770... Línea 773...
770
					fileToggle=false;
773
					fileToggle=false;
Línea 771... Línea 774...
771
					
774
					
772
				},$('.marketplace').val(imagenServidorNoticia.split(',')[1]));
775
				},$('.marketplace').val(imagenServidorNoticia.split(',')[1]));
773
			}else{
776
			}else{
-
 
777
				$('.file').val(imagenServidorNoticia.split(',')[1]);
774
				$('.file').val(imagenServidorNoticia.split(',')[1]);
778
			
Línea 775... Línea 779...
775
			}
779
			}
776
           
780
           
777
			console.log($('.file').val())
781
			console.log($('.file').val())