Skip to content

Commit

Permalink
Merge pull request #8 from DegrangeM/fix-holidays
Browse files Browse the repository at this point in the history
Corrige les vacances lors d'un déplacement dans la timeline
  • Loading branch information
DegrangeM authored Jul 12, 2020
2 parents d5f4fad + 7c439be commit 79912b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// TODO: Bouton ajouter jour férié / vacances
// TODO: Si lors de l'ajout d'une semaine, pas de date de début, la demander !
// TODO: commentaires ou titre chapitre ?
// TODO: updateDate utile si c'est updateHolidays qui fait tout ?

var Themes, Timeline, currentTheme, currentChapter, debut, lastWeek, lines, pSource, Holidays, WeekHolidays;

Expand Down
2 changes: 2 additions & 0 deletions ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,8 @@ var UI = {
UI.updateHolidays(newIndex);

}

UI.updateWeekHolidays();

}
});
Expand Down

0 comments on commit 79912b2

Please sign in to comment.