Skip to content

Commit 62ccfdc

Browse files
committed
New release
1 parent 52552cb commit 62ccfdc

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

changelog.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
LASTEST NOT RELEASED
22
------------------------------
3-
* Merged PR #300 *
4-
* Merged PR #308 *
5-
* Merged PR #232 *
3+
NONE
4+
5+
V1.35.4
6+
------------------------------
7+
* Refs #300 *
8+
* Refs #308 *
9+
* Refs #232 *
10+
* Refs #334 *
11+
* Refs #331 *
612

713
V1.35.3
814
------------------------------

dist/js/bootstrap-dialog.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,6 +1074,9 @@
10741074
$(this).remove();
10751075
}
10761076
BootstrapDialog.moveFocus();
1077+
if ($('.modal').hasClass('in')) {
1078+
$('body').addClass('modal-open');
1079+
}
10771080
});
10781081

10791082
// Backdrop, I did't find a way to change bs3 backdrop option after the dialog is popped up, so here's a new wheel.

0 commit comments

Comments
 (0)