Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11258 Rev 11259
Línea 1040... Línea 1040...
1040
	$(document).on("dragover", "#imagen_noticia", function(e){
1040
	$(document).on("dragover", "#imagen_noticia", function(e){
1041
		e.preventDefault();
1041
		e.preventDefault();
1042
		e.stopPropagation();
1042
		e.stopPropagation();
1043
		$(this).css({"background":"rgba(0,0,0,.2)"})
1043
		$(this).css({"background":"rgba(0,0,0,.2)"})
1044
	})
1044
	})
-
 
1045
 
-
 
1046
	$('.editor_imagenes').resize(function() { 
-
 
1047
		anchoFondoOscuro = $(".articulo_noticia").width();
-
 
1048
		altoFondoOscuro = $(".editor_imagenes").height();
-
 
1049
		$(".fondo_oscuro").css("width",""+anchoFondoOscuro+"px");
-
 
1050
		$(".fondo_oscuro").css("height",""+altoFondoOscuro+"px");
-
 
1051
		
-
 
1052
		
-
 
1053
	});
-
 
1054
 
1045
	$(document).on("drop", "#imagen_noticia", function(e){
1055
	$(document).on("drop", "#imagen_noticia", function(e){
1046
		e.preventDefault();
1056
		e.preventDefault();
1047
		e.stopPropagation();
1057
		e.stopPropagation();
1048
		$(this).css("background", "none");
1058
		$(this).css("background", "none");
1049
		var archivo = e.originalEvent.dataTransfer.files;
1059
		var archivo = e.originalEvent.dataTransfer.files;