Explorar el Código

Fixed a little bug that show an error message in explorer browser

jfdelrio hace 17 años
padre
commit
080503eaf6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      admin/scripts/lightbox.js

+ 1 - 1
admin/scripts/lightbox.js Ver fichero

@@ -39,7 +39,7 @@ var Lightbox = {
39 39
 		$("#lightbox").click(function(){ Lightbox.end();}).hide();
40 40
 		$("#loadingLink").click(function(){ Lightbox.end(); return false;});
41 41
 		$("#bottomNavClose").click(function(){ Lightbox.end(); return false; });
42
-		$('#outerImageContainer').css({width: '250px', height: '250px;'});
42
+		$('#outerImageContainer').css({width: '250px', height: '250px'});
43 43
 	},
44 44
 	
45 45
 	//