Showing
1 changed file
with
1 additions
and
1 deletions
@@ -1879,7 +1879,7 @@ | @@ -1879,7 +1879,7 @@ | ||
1879 | } | 1879 | } |
1880 | s += "</table>"; | 1880 | s += "</table>"; |
1881 | body = $("<div class='fc-agenda-body' style='position:relative;z-index:2;overflow:auto'/>") | 1881 | body = $("<div class='fc-agenda-body' style='position:relative;z-index:2;overflow:auto'/>") |
1882 | - .append(bodyContent = $("<div style='position:relative;overflow:hidden'>") | 1882 | + .append(bodyContent = $("<div style='position:relative;overflow:hidden'/>") |
1883 | .append(bodyTable = $(s))) | 1883 | .append(bodyTable = $(s))) |
1884 | .appendTo(element); | 1884 | .appendTo(element); |
1885 | slotBind(body.find('td')); | 1885 | slotBind(body.find('td')); |
Please
register
or
login
to post a comment