mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-01 16:50:24 +08:00
slicker default styling for buttons.
refactored css & html structure for all views (simpler & will work better with jqui themes). jQuery UI 1.8.9
This commit is contained in:
@@ -39,7 +39,7 @@ function BasicWeekView(element, calendar) {
|
||||
t.end = end;
|
||||
t.visStart = visStart;
|
||||
t.visEnd = visEnd;
|
||||
renderBasic(1, weekends ? 7 : 5, false);
|
||||
renderBasic(1, 1, weekends ? 7 : 5, false);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user