Skip to content

Commit

Permalink
pnpm format
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Oct 7, 2024
1 parent 10c63d9 commit fcd1950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/bits/src/bits.flatpickr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { use24h } from 'common/i18n';
import { Options } from 'flatpickr/dist/types/options';

site.load.then(() => {
$('.flatpickr').each(function(this: HTMLInputElement) {
$('.flatpickr').each(function (this: HTMLInputElement) {
const minDate = this.dataset['minDate'];
const enableTime = !!this.dataset['enableTime'];
const local = !!this.dataset['local'] || location.href.includes('/broadcast/');
Expand Down

0 comments on commit fcd1950

Please sign in to comment.