1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-08 06:36:33 +02:00

Release v5.3.0-alpha2 (#38244)

* Bump version to 5.3.0-alpha2

* Dist
This commit is contained in:
XhmikosR
2023-03-24 16:30:16 +02:00
committed by GitHub
parent f8a56da8b0
commit c877cefcef
104 changed files with 2213 additions and 1401 deletions

7
js/dist/modal.js vendored
View File

@@ -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;
}