Commit 30c584f0d94deba09127042cf7872df3a55a82b9

Authored by bernard
1 parent ca5fc992

fullcalendar fix for Webkit

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