@@ -1,8 +1,14 @@
LASTEST NOT RELEASED
------------------------------
-* Merged PR #300 *
-* Merged PR #308 *
-* Merged PR #232 *
+NONE
+
+V1.35.4
+------------------------------
+* Refs #300 *
+* Refs #308 *
+* Refs #232 *
+* Refs #334 *
+* Refs #331 *
V1.35.3
@@ -1074,6 +1074,9 @@
$(this).remove();
}
BootstrapDialog.moveFocus();
+ if ($('.modal').hasClass('in')) {
+ $('body').addClass('modal-open');
+ }
});
// Backdrop, I did't find a way to change bs3 backdrop option after the dialog is popped up, so here's a new wheel.