Parcourir la source

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

jfdelrio il y a 18 ans
Parent
révision
080503eaf6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      admin/scripts/lightbox.js

+ 1 - 1
admin/scripts/lightbox.js Voir le fichier

39
 		$("#lightbox").click(function(){ Lightbox.end();}).hide();
39
 		$("#lightbox").click(function(){ Lightbox.end();}).hide();
40
 		$("#loadingLink").click(function(){ Lightbox.end(); return false;});
40
 		$("#loadingLink").click(function(){ Lightbox.end(); return false;});
41
 		$("#bottomNavClose").click(function(){ Lightbox.end(); return false; });
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
 	//