diff options
Diffstat (limited to 'js/dist/modal.js')
| -rw-r--r-- | js/dist/modal.js | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/js/dist/modal.js b/js/dist/modal.js index 16f894017..8ed6d9616 100644 --- a/js/dist/modal.js +++ b/js/dist/modal.js @@ -1,6 +1,6 @@ /*! - * Bootstrap modal.js v5.3.0-alpha1 (https://getbootstrap.com/) - * Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) + * Bootstrap modal.js v5.3.0-alpha2 (https://getbootstrap.com/) + * Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ (function (global, factory) { @@ -11,7 +11,7 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v5.3.0-alpha1): modal.js + * Bootstrap modal.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -174,7 +174,6 @@ return; } if (this._config.keyboard) { - event.preventDefault(); this.hide(); return; } |
