diff --git a/src/bootstrap-wizard.js b/src/bootstrap-wizard.js index ec7eed0..376afa7 100644 --- a/src/bootstrap-wizard.js +++ b/src/bootstrap-wizard.js @@ -703,6 +703,7 @@ this.cancelButton.hide(); } if (this.args.showClose) { this.closeButton.show(); } + else this.closeButton.hide(); this.modal.modal('show'); return this;