Browse Source

Fixes lightbox bug

pecesama 16 years ago
parent
commit
d8acea1403
2 changed files with 12 additions and 32 deletions
  1. 11 31
      admin/scripts/jquery.js
  2. 1 1
      admin/scripts/lightbox.js

File diff suppressed because it is too large
+ 11 - 31
admin/scripts/jquery.js


+ 1 - 1
admin/scripts/lightbox.js View File

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
 	//