Skip to content

Commit

Permalink
Quickfix: Removed "allowInvalidPreload" config property
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoDojkic committed Aug 18, 2024
1 parent 62d2c05 commit 37d3e64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/resources/static/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,6 @@ $(window).on("load", async () => {
dateFormat: "d.m.Y. H:i:S",
time_24hr: true,
allowInput:true,
allowInvalidPreload: true,
defaultDate: editingTechnicalTask.technicalTaskCreatedOn,
minDate: new Date(flatpickr.parseDate(currentPredefinedData[eventValues[0]].userStories[eventValues[1]].userStoryCreatedOn, "d.m.Y. H:i:S").getTime() + 1000),
onClose: function(selectedDates, dateStr, instance) {
Expand Down

0 comments on commit 37d3e64

Please sign in to comment.