Skip to content

Commit

Permalink
CON-3343 Minify plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
aud-tree committed Jun 4, 2024
1 parent c6ed4bd commit 0230b1a
Show file tree
Hide file tree
Showing 4 changed files with 4,381 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jquery.modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@


$(this.$elm).on('keydown', function(e) {
let isTabPressed = e.key === 'Tab' || e.keyCode === 9;
var isTabPressed = e.key === 'Tab' || e.keyCode === 9;

if (!isTabPressed) {
return;
Expand Down
2 changes: 1 addition & 1 deletion jquery.modal.min.js

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

Loading

0 comments on commit 0230b1a

Please sign in to comment.