Browse Source

Update examples

Dante 12 years ago
parent
commit
4c1787ad48

+ 3 - 3
assets/bootstrap-dialog/js/bootstrap-dialog.js

@@ -645,14 +645,14 @@ var BootstrapDialog = null;
             });
             this.handleModalEvents();
             this.setRealized(true);
+            this.updateTitle();
+            this.updateMessage();
+            this.updateClosable();
 
             return this;
         },
         open: function() {
             !this.isRealized() && this.realize();
-            this.updateTitle();
-            this.updateMessage();
-            this.updateClosable();
             this.getModal().modal('show');
             this.setOpened(true);
 

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