Browse Source

New release

Dante 8 years ago
parent
commit
62ccfdca35
3 changed files with 13 additions and 4 deletions
  1. 9 3
      changelog.txt
  2. 3 0
      dist/js/bootstrap-dialog.js
  3. 1 1
      dist/js/bootstrap-dialog.min.js

+ 9 - 3
changelog.txt

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

+ 3 - 0
dist/js/bootstrap-dialog.js

@@ -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.

File diff suppressed because it is too large
+ 1 - 1
dist/js/bootstrap-dialog.min.js