Comment out the previously used event sorting method.

This commit is contained in:
Daru13 2018-11-26 18:38:24 +01:00
parent b43422dc50
commit 2a0113412a

View file

@ -425,6 +425,7 @@ class Calendar {
this.eventContainerNode.appendTo(this.containerNode);
}
/*
sortEventNodesByEndTimeAndLocation () {
this.events.sort((event1, event2) => {
return event2.endDate.getTime() - event1.endDate.getTime();
@ -442,6 +443,7 @@ class Calendar {
this.eventContainerNode.appendTo(this.containerNode);
}
*/
// Event overflow tooltip (using tipso library)