mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-09-11 12:10:23 +08:00
fix fc-ltr className not being cleaned up when calendar is destroyed
This commit is contained in:
+1
-1
@@ -345,7 +345,7 @@ function Calendar(element, instanceOptions) {
|
||||
|
||||
header.destroy();
|
||||
content.remove();
|
||||
element.removeClass('fc fc-rtl ui-widget');
|
||||
element.removeClass('fc fc-ltr fc-rtl ui-widget');
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user