Dante 10 years ago
parent
commit
6c70eed79a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/js/bootstrap-dialog.js

+ 1 - 0
src/js/bootstrap-dialog.js

@@ -1107,6 +1107,7 @@
             return this;
         },
         close: function() {
+            !this.isRealized() && this.realize();
             this.getModal().modal('hide');
 
             return this;