removing forgotten alert...

This commit is contained in:
naomiaro 2011-01-31 02:10:40 -05:00
parent 275e31cb77
commit dc2b59a634

View file

@ -258,8 +258,6 @@ $(document).ready(function() {
$(window).load(function(){ $(window).load(function(){
//var mainHeight = this.screen.height - 275 - 140 - 50;
alert(this.innerHeight);
var mainHeight = this.innerHeight - 200 - 50; var mainHeight = this.innerHeight - 200 - 50;
$('#schedule_calendar').fullCalendar('option', 'contentHeight', mainHeight); $('#schedule_calendar').fullCalendar('option', 'contentHeight', mainHeight);