Browse Source

updating examples

Dante 10 years ago
parent
commit
0037410324

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

@@ -669,7 +669,7 @@
                 if (this.getButtons().length === 0) {
                 if (this.getButtons().length === 0) {
                     this.getModalFooter().hide();
                     this.getModalFooter().hide();
                 } else {
                 } else {
-                    this.getModalFooter().find('.' + this.getNamespace('footer')).html('').append(this.createFooterButtons());
+                    this.getModalFooter().show().find('.' + this.getNamespace('footer')).html('').append(this.createFooterButtons());
                 }
                 }
             }
             }
 
 

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