We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0c89c8 + 0b4d4fc commit aca225aCopy full SHA for aca225a
.bundler-audit.yml
@@ -0,0 +1,4 @@
1
+---
2
+# ignore specific CVEs from bundler-audit checks
3
+ignore:
4
+ - CVE-2024-6484 # non use bootstrap carousel feature
app/assets/javascripts/datepicker.js.coffee
@@ -42,6 +42,8 @@ app.datepicker = new class
42
changeYear: $(elem).data('changeyear')
43
changeMonth: $(elem).data('changemonth')
44
beforeShowDay: unavailableDates($(elem))
45
+ dateFormat: 'dd.mm.yy'
46
+ setDate: $(elem).val()
47
})))
48
@bindListeners()
49
0 commit comments