Browse Source

update manual test

Casey Holzer 9 năm trước cách đây
mục cha
commit
6e6e42c9f0
1 tập tin đã thay đổi với 1 bổ sung5 xóa
  1. 1 5
      tests/fullheight.html

+ 1 - 5
tests/fullheight.html

@@ -69,7 +69,7 @@
 				}
 			],
 			weekMode: 'liquid',
-			height: calcCalendarHeight()
+			height: calcCalendarHeight
 		});
 		
 		function calcCalendarHeight() {
@@ -78,10 +78,6 @@
 			return h;
 		}
 		
-		$(window).resize(function() {
-			$('#calendar').fullCalendar('option', 'height', calcCalendarHeight());
-		});
-		
 	});
 
 </script>