Sfoglia il codice sorgente

Fixes lightbox bug

pecesama 16 anni fa
parent
commit
d8acea1403
2 ha cambiato i file con 12 aggiunte e 32 eliminazioni
  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 Vedi File

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