| Issue 230: | JS error setting height after loading | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Look at last row (1789):
function renderDaySegs(segRow) {
if (options.allDaySlot) {
var td = head.find('td'),
tdInner = td.find('div div'),
tr = td.parent(),
top = safePosition(tdInner, td, tr, tr.parent()).top,
rowContentHeight = 0,
i, len=segRow.length, level,
error is "segRow is undefined".
Script source:
$(document).ready(function() {
var fend;
$('#calendar').fullCalendar({
year: 2009, month: 10, date: 22,
defaultView: 'agendaWeek',
editable: true,
events: "json-events.php",
(omissis)
});
$('#calendar').fullCalendar('option', 'height', $(window).height()-80);
Dec 22, 2009
Project Member
#1
adamrs...@gmail.com
Status:
Fixed
Aug 13, 2013
(No comment was entered for this change.)
Status:
Implemented
Aug 13, 2013
(No comment was entered for this change.)
Status:
Released
|
|
| ► Sign in to add a comment |