瀏覽代碼

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

jfdelrio 17 年之前
父節點
當前提交
080503eaf6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      admin/scripts/lightbox.js

+ 1 - 1
admin/scripts/lightbox.js 查看文件

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