Skip to content

Commit

Permalink
repl improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Eonasdan committed Jul 3, 2023
1 parent 3fbcd5e commit e99d740
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 5,613 deletions.
1 change: 1 addition & 0 deletions dist/js/tempus-dominus.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/tempus-dominus.esm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/tempus-dominus.esm.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/js/tempus-dominus.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/tempus-dominus.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/tempus-dominus.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/js/display/time/time-display.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ export default class TimeDisplay {
top.push(divElement);

const button = document.createElement('button');
button.setAttribute('type', 'button');
button.setAttribute('type', 'button');
button.setAttribute(
'title',
this.optionsStore.options.localization.toggleMeridiem
Expand Down
Loading

0 comments on commit e99d740

Please sign in to comment.